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)
'Declaration
Public Sub New ( _
charsetName As String _
)
'Usage
Dim charsetName As String
Dim instance As New CharsetNotInstalledException(charsetName)
public CharsetNotInstalledException(
string charsetName
)
charsetName
Type: System.StringThe character set that was not installed.
CharsetNotInstalledException class
CharsetNotInstalledException members