Compartir a través de


CharsetNotInstalledException Constructor

Include Protected Members
Include Inherited Members

The CharsetNotInstalledException constructor overloads create new CharsetNotInstalledException objects.

Overload List

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

Top