CharsetNotInstalledException Constructor

The CharsetNotInstalledException constructor overloads create new CharsetNotInstalledException objects.

Overload List

Name Description
CharsetNotInstalledException (Int32)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException for the code page described by the codePage parameter.
CharsetNotInstalledException (String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException for the character set described by the charsetName parameter.
CharsetNotInstalledException (Int32, String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException exception with a message for a given code page.
CharsetNotInstalledException (SerializationInfo, StreamingContext)
The CharsetNotInstalledException constructor creates a new serializable CharsetNotInstalledException exception.
CharsetNotInstalledException (String, String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException exception with a message for a given character set.
CharsetNotInstalledException (Int32, String, Exception)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException from an inner exception.
CharsetNotInstalledException (String, String, Exception)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException from an inner exception.