Share via


InvalidCharsetException constructor (String)

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 ( _
    charsetName As String _
)
'Usage
Dim charsetName As String

Dim instance As New InvalidCharsetException(charsetName)
public InvalidCharsetException(
    string charsetName
)

Parameters

See also

Reference

InvalidCharsetException class

InvalidCharsetException members

InvalidCharsetException overload

Microsoft.Exchange.Data.Globalization namespace