Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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