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.StringThe culture name that was not recognized.
message
Type: System.StringThe message for this UnknownCultureException exception.
See also
Reference
UnknownCultureException members