TransientException Constructor
The TransientException constructor overloads create new TransientException objects.
Overload List
Name | Description |
---|---|
TransientException (LocalizedString) |
The TransientException method creates a new TransientException object with a localized message.
|
TransientException (LocalizedString, Exception) |
The TransientException constructor creates a new TransientException object from a localized message and an inner exception.
|
TransientException (SerializationInfo, StreamingContext) |
The TransientException constructor creates a serializable TransientException object.
|