Share via


InvalidCharsetException constructor (Int32, String, Exception)

The InvalidCharsetException constructor creates a new InvalidCharsetException object 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 ( _
    codePage As Integer, _
    message As String, _
    innerException As Exception _
)
'Usage
Dim codePage As Integer
Dim message As String
Dim innerException As Exception

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

Parameters

See also

Reference

InvalidCharsetException class

InvalidCharsetException members

InvalidCharsetException overload

Microsoft.Exchange.Data.Globalization namespace