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
Public method InvalidCharsetException(Int32) The InvalidCharsetException constructor creates a new InvalidCharsetException.
Public method InvalidCharsetException(String) The InvalidCharsetException constructor creates a new InvalidCharsetException.
Public method InvalidCharsetException(Int32, String) The InvalidCharsetException constructor creates a new InvalidCharsetException with a message.
Protected method InvalidCharsetException(SerializationInfo, StreamingContext) The InvalidCharsetException constructor creates a new serializable InvalidCharsetException object.
Public method InvalidCharsetException(String, String) The InvalidCharsetException constructor creates a new InvalidCharsetException object with a message.
Public method InvalidCharsetException(Int32, String, Exception) The InvalidCharsetException constructor creates a new InvalidCharsetException object from an inner exception.
Public method InvalidCharsetException(String, String, Exception) The InvalidCharsetException constructor creates a new InvalidCharsetException from an inner exception.

Top

Properties

  Name Description
Public property CharsetName The CharsetName property gets the name of the invalid character set.
Public property CodePage The CodePage property gets the invalid code page.
Public property ErrorCode The ErrorCode property gets or sets the error code for this LocalizedException object. (Inherited from LocalizedException.)
Public property FormatProvider The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message. (Inherited from LocalizedException.)
Public property LocalizedString The LocalizedString property gets the localized error message for this LocalizedException object. (Inherited from LocalizedException.)
Public property Message The Message property gets the non-localized error message for this LocalizedException object. (Inherited from LocalizedException.)
Public property StringFormatParameters (Inherited from LocalizedException.)
Public property StringId (Inherited from LocalizedException.)

Top

Methods

  Name Description
Public method GetObjectData The GetObjectData method is called when this LocalizedException object is serialized. (Inherited from LocalizedException.)

Top

See also

Reference

InvalidCharsetException class

Microsoft.Exchange.Data.Globalization namespace