Share via


InvalidCharsetException constructor (Int32)

The InvalidCharsetException constructor creates a new InvalidCharsetException.

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 InvalidCharsetException(codePage)
public InvalidCharsetException(
    int codePage
)

Parameters

See also

Reference

InvalidCharsetException class

InvalidCharsetException members

InvalidCharsetException overload

Microsoft.Exchange.Data.Globalization namespace