Compartilhar via


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 _
)
public UnknownCultureException (
    string cultureName,
    string message,
    Exception innerException
)
public:
UnknownCultureException (
    String^ cultureName, 
    String^ message, 
    Exception^ innerException
)
public UnknownCultureException (
    String cultureName, 
    String message, 
    Exception innerException
)
public function UnknownCultureException (
    cultureName : String, 
    message : String, 
    innerException : Exception
)

Parameters

  • cultureName
    The culture name that was not recognized.
  • innerException
    The exception that caused this UnknownCultureException to be thrown.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003