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