ResXResourceManagerThrowException Property

Gets or sets whether a MissingManifestResourceException should be thrown when a resource .resx file is not found even for the neutral culture.
Default value: .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public bool ThrowException { get; set; }

Property Value

Boolean

See Also