CharsetNotInstalledException constructor (String)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException for the character set described by the charsetName parameter.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
charsetName As String _
)
'Usage
Dim charsetName As String
Dim instance As New CharsetNotInstalledException(charsetName)
public CharsetNotInstalledException(
string charsetName
)
Parameters
charsetName
Type: System.StringThe character set that was not installed.
See also
Reference
CharsetNotInstalledException class
CharsetNotInstalledException members