CharsetNotInstalledException Constructor (Int32, String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException exception with a message for a given code page.
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 CharsetNotInstalledException (
int codePage,
string message
)
public:
CharsetNotInstalledException (
int codePage,
String^ message
)
public CharsetNotInstalledException (
int codePage,
String message
)
public function CharsetNotInstalledException (
codePage : int,
message : String
)
Parameters
- codePage
The code page for which a character set was not installed.
- message
The message for this CharsetNotInstalledException.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003