UnknownCultureException Constructor
The UnknownCultureException constructor overloads create new UnknownCultureException objects.
Overload List
| Name | Description |
|---|---|
| UnknownCultureException (Int32) |
The UnknownCultureException constructor creates a new UnknownCultureException object.
|
| UnknownCultureException (String) |
The UnknownCultureException constructor creates a new UnknownCultureException object.
|
| UnknownCultureException (Int32, String) |
The UnknownCultureException constructor creates a new UnknownCultureException with a message.
|
| UnknownCultureException (SerializationInfo, StreamingContext) |
The UnknownCultureException constructor creates a new serializable UnknownCultureException object.
|
| UnknownCultureException (String, String) |
The UnknownCultureException constructor creates a new UnknownCultureException object with a message.
|
| UnknownCultureException (Int32, String, Exception) |
The UnknownCultureException constructor creates a new UnknownCultureException from an inner exception.
|
| UnknownCultureException (String, String, Exception) |
The UnknownCultureException constructor creates a new UnknownCultureException from an inner exception.
|