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