다음을 통해 공유


InvalidCharsetException Constructor (Int32, String)

The InvalidCharsetException constructor creates a new InvalidCharsetException with a message.

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

Parameters

  • codePage
    The invalid code page.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003