다음을 통해 공유


InvalidCharsetException Constructor (String, String)

The InvalidCharsetException constructor creates a new InvalidCharsetException object with a message.

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 _
)
public InvalidCharsetException (
    string charsetName,
    string message
)
public:
InvalidCharsetException (
    String^ charsetName, 
    String^ message
)
public InvalidCharsetException (
    String charsetName, 
    String message
)
public function InvalidCharsetException (
    charsetName : String, 
    message : String
)

Parameters

  • charsetName
    The invalid character set.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003