CharsetNotInstalledException Constructor (String, String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException exception with a message for a given character set.
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 _
)
'Usage
Dim charsetName As String
Dim message As String
Dim instance As New CharsetNotInstalledException(charsetName, _
message)
public CharsetNotInstalledException(
string charsetName,
string message
)
Parameters
- charsetName
Type: System.String
The character set that was not installed.
- message
Type: System.String
The message for this exception.