InvalidCharsetException constructor (Int32, String)

The InvalidCharsetException constructor creates a new InvalidCharsetException with a message.

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

Syntax

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

Dim instance As New InvalidCharsetException(codePage, _
    message)
public InvalidCharsetException(
    int codePage,
    string message
)

Parameters

See also

Reference

InvalidCharsetException class

InvalidCharsetException members

InvalidCharsetException overload

Microsoft.Exchange.Data.Globalization namespace