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.Int32The code page for which a character set was not installed.
message
Type: System.StringThe message for this CharsetNotInstalledException.
See also
Reference
CharsetNotInstalledException class
CharsetNotInstalledException members