Share via


CharsetNotInstalledException constructor (String, String, Exception)

The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException from an inner exception.

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, _
    innerException As Exception _
)
'Usage
Dim charsetName As String
Dim message As String
Dim innerException As Exception

Dim instance As New CharsetNotInstalledException(charsetName, _
    message, innerException)
public CharsetNotInstalledException(
    string charsetName,
    string message,
    Exception innerException
)

Parameters

  • charsetName
    Type: System.String

    The character set that is not installed.

See also

Reference

CharsetNotInstalledException class

CharsetNotInstalledException members

CharsetNotInstalledException overload

Microsoft.Exchange.Data.Globalization namespace