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
codePage
Type: System.Int32The invalid code page.
message
Type: System.StringThe message for this InvalidCharsetException object.
innerException
Type: System.ExceptionThe exception that caused this InvalidCharsetException to be thrown.
See also
Reference
InvalidCharsetException members