Sdílet prostřednictvím


UnknownCultureException Constructor

Include Protected Members
Include Inherited Members

The UnknownCultureException constructor overloads create new UnknownCultureException objects.

Overload List

  Name Description
Public method UnknownCultureException(Int32) The UnknownCultureException constructor creates a new UnknownCultureException object.
Public method UnknownCultureException(String) The UnknownCultureException constructor creates a new UnknownCultureException object.
Public method UnknownCultureException(Int32, String) The UnknownCultureException constructor creates a new UnknownCultureException with a message.
Protected method UnknownCultureException(SerializationInfo, StreamingContext) The UnknownCultureException constructor creates a new serializable UnknownCultureException object.
Public method UnknownCultureException(String, String) The UnknownCultureException constructor creates a new UnknownCultureException object with a message.
Public method UnknownCultureException(Int32, String, Exception) The UnknownCultureException constructor creates a new UnknownCultureException from an inner exception.
Public method UnknownCultureException(String, String, Exception) The UnknownCultureException constructor creates a new UnknownCultureException from an inner exception.

Top