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 _
)
'Usage
Dim codePage As Integer
Dim message As String
Dim instance As New CharsetNotInstalledException(codePage, _
message)
public CharsetNotInstalledException(
int codePage,
string message
)
Parameters
- codePage
Type: System.Int32
The code page for which a character set was not installed.
- message
Type: System.String
The message for this CharsetNotInstalledException.