InvalidCharsetException members
The InvalidCharsetException is thrown when an invalid or unknown code page or character set is encountered.
The InvalidCharsetException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidCharsetException(Int32) | The InvalidCharsetException constructor creates a new InvalidCharsetException. | |
InvalidCharsetException(String) | The InvalidCharsetException constructor creates a new InvalidCharsetException. | |
InvalidCharsetException(Int32, String) | The InvalidCharsetException constructor creates a new InvalidCharsetException with a message. | |
InvalidCharsetException(SerializationInfo, StreamingContext) | The InvalidCharsetException constructor creates a new serializable InvalidCharsetException object. | |
InvalidCharsetException(String, String) | The InvalidCharsetException constructor creates a new InvalidCharsetException object with a message. | |
InvalidCharsetException(Int32, String, Exception) | The InvalidCharsetException constructor creates a new InvalidCharsetException object from an inner exception. | |
InvalidCharsetException(String, String, Exception) | The InvalidCharsetException constructor creates a new InvalidCharsetException from an inner exception. |
Top
Properties
Name | Description | |
---|---|---|
CharsetName | The CharsetName property gets the name of the invalid character set. | |
CodePage | The CodePage property gets the invalid code page. | |
ErrorCode | The ErrorCode property gets or sets the error code for this LocalizedException object. (Inherited from LocalizedException.) | |
FormatProvider | The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message. (Inherited from LocalizedException.) | |
LocalizedString | The LocalizedString property gets the localized error message for this LocalizedException object. (Inherited from LocalizedException.) | |
Message | The Message property gets the non-localized error message for this LocalizedException object. (Inherited from LocalizedException.) | |
StringFormatParameters | (Inherited from LocalizedException.) | |
StringId | (Inherited from LocalizedException.) |
Top
Methods
Name | Description | |
---|---|---|
GetObjectData | The GetObjectData method is called when this LocalizedException object is serialized. (Inherited from LocalizedException.) |
Top