InvalidCharsetException Members
Include Protected Members
Include Inherited 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. | |
Data | (Inherited from Exception.) | |
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.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
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.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
StringFormatParameters | (Inherited from LocalizedException.) | |
StringId | (Inherited from LocalizedException.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | The GetObjectData method is called when this LocalizedException object is serialized. (Inherited from LocalizedException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top