ResXResourceManagerIgnoreResXParseErrors Property
Gets or sets whether .resx file errors should be ignored when attempting to load a resource set. If ,
then non-loadable resource sets are considered as missing ones; otherwise, an exception is thrown.
Default value: .
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool IgnoreResXParseErrors { get; set; }
Public Property IgnoreResXParseErrors As Boolean
Get
Set
public:
property bool IgnoreResXParseErrors {
bool get ();
void set (bool value);
}
member IgnoreResXParseErrors : bool with get, set
Property Value
Boolean