HybridResourceManagerThrowException Property
Gets or sets whether a
MissingManifestResourceException should be thrown when a resource
.resx file or compiled manifest is not found even for the neutral culture.
Default value:
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool ThrowException { get; set; }
Public Property ThrowException As Boolean
Get
Set
public:
property bool ThrowException {
bool get ();
void set (bool value);
}
member ThrowException : bool with get, set
Property Value
Boolean