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 _
)
public UnknownCultureException (
string cultureName,
string message
)
public:
UnknownCultureException (
String^ cultureName,
String^ message
)
public UnknownCultureException (
String cultureName,
String message
)
public function UnknownCultureException (
cultureName : String,
message : String
)
Parameters
- cultureName
The culture name that was not recognized.
- message
The message for this UnknownCultureException exception.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003