Delen via


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.String
    The character set that was not installed.