UnknownCultureException Constructor (String, String, Exception)
The UnknownCultureException constructor creates a new UnknownCultureException 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 ( _
cultureName As String, _
message As String, _
innerException As Exception _
)
'Usage
Dim cultureName As String
Dim message As String
Dim innerException As Exception
Dim instance As New UnknownCultureException(cultureName, _
message, innerException)
public UnknownCultureException(
string cultureName,
string message,
Exception innerException
)
Parameters
- cultureName
Type: System.String
The culture name that was not recognized.
- message
Type: System.String
The message for this UnknownCultureException exception.
- innerException
Type: System.Exception
The exception that caused this UnknownCultureException to be thrown.