CharsetNotInstalledException constructor (String, 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 ( _
charsetName As String, _
message As String, _
innerException As Exception _
)
'Usage
Dim charsetName As String
Dim message As String
Dim innerException As Exception
Dim instance As New CharsetNotInstalledException(charsetName, _
message, innerException)
public CharsetNotInstalledException(
string charsetName,
string message,
Exception innerException
)
Parameters
charsetName
Type: System.StringThe character set that is not installed.
message
Type: System.StringThe message for this exception.
innerException
Type: System.ExceptionThe exception that caused this CharsetNotInstalledException to be thrown.
See also
Reference
CharsetNotInstalledException class
CharsetNotInstalledException members