ResXResourceReaderCheckHeader Property

Gets or sets whether "resheader" entries are checked in the .resx file. When , a NotSupportedException can be thrown during the enumeration when "resheader" entries contain invalid values. When header entries are missing, no exception is thrown.
Default value: .

Definition

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

Property Value

Boolean

Exceptions

InvalidOperationExceptionIn a set operation, a value cannot be specified because the XML resource file has already been accessed and is in use.
ObjectDisposedExceptionThe Close or IDisposable.Dispose method has already been called on this ResXResourceReader instance.

See Also