다음을 통해 공유


CharsetNotInstalledException Constructor (Int32, String, Exception)

The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException from an inner exception.

Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    codePage As Integer, _
    message As String, _
    innerException As Exception _
)
public CharsetNotInstalledException (
    int codePage,
    string message,
    Exception innerException
)
public:
CharsetNotInstalledException (
    int codePage, 
    String^ message, 
    Exception^ innerException
)
public CharsetNotInstalledException (
    int codePage, 
    String message, 
    Exception innerException
)
public function CharsetNotInstalledException (
    codePage : int, 
    message : String, 
    innerException : Exception
)

Parameters

  • codePage
    The code page for which a character set is not installed.
  • message
    The message for this exception.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003