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(SerializationInfo, StreamingContext) | The TransientException constructor creates a serializable TransientException object. | |
TransientException(LocalizedString, Exception) | The TransientException constructor creates a new TransientException object from a localized message and an inner exception. |
Top