CharsetNotInstalledException Constructor (Int32, String, Exception)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException 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 CharsetNotInstalledException(codePage, _
message, innerException)
public CharsetNotInstalledException(
int codePage,
string message,
Exception innerException
)
Parameters
- codePage
Type: System.Int32
The code page for which a character set is not installed.
- message
Type: System.String
The message for this exception.
- innerException
Type: System.Exception
The exception that caused this CharsetNotInstalledException to be thrown.