Share via


CharsetNotInstalledException constructor (Int32)

The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException for the code page described by the codePage parameter.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    codePage As Integer _
)
'Usage
Dim codePage As Integer

Dim instance As New CharsetNotInstalledException(codePage)
public CharsetNotInstalledException(
    int codePage
)

Parameters

  • codePage
    Type: System.Int32

    The code page that was not installed.

See also

Reference

CharsetNotInstalledException class

CharsetNotInstalledException members

CharsetNotInstalledException overload

Microsoft.Exchange.Data.Globalization namespace