다음을 통해 공유


CharsetNotInstalledException Constructor (String, 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 ( _
    charsetName As String, _
    message As String, _
    innerException As Exception _
)
public CharsetNotInstalledException (
    string charsetName,
    string message,
    Exception innerException
)
public:
CharsetNotInstalledException (
    String^ charsetName, 
    String^ message, 
    Exception^ innerException
)
public CharsetNotInstalledException (
    String charsetName, 
    String message, 
    Exception innerException
)
public function CharsetNotInstalledException (
    charsetName : String, 
    message : String, 
    innerException : Exception
)

Parameters

  • charsetName
    The character set that 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