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
codePage
Type: System.Int32The invalid code page.
See also
Reference
InvalidCharsetException members