TransientException Members
The TransientException class represents an exception for an operation that failed because of a temporary condition.
The following tables list the members exposed by the TransientException type.
Public Constructors
(see also Protected Constructors )
| Name | Description | |
|---|---|---|
| TransientException | Overloaded. The TransientException constructor overloads create new TransientException objects. | 
Top
Public Properties
(see also Protected Properties )
| Name | Description | |
|---|---|---|
| .gif) | Data | (inherited from Exception ) | 
| .gif) | ErrorCode | The ErrorCode property gets or sets the error code for this LocalizedException object.(inherited from LocalizedException) | 
| .gif) | FormatProvider | The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message.(inherited from LocalizedException) | 
| .gif) | HelpLink | (inherited from Exception ) | 
| .gif) | InnerException | (inherited from Exception ) | 
| .gif) | LocalizedString | The LocalizedString property gets a localized version of this TransientException object's message. | 
| .gif) | Message | The Message property gets the non-localized error message for this LocalizedException object.(inherited from LocalizedException) | 
| .gif) | Source | (inherited from Exception ) | 
| .gif) | StackTrace | (inherited from Exception ) | 
| .gif) | TargetSite | (inherited from Exception ) | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) .gif) | GenerateErrorCode | (inherited from LocalizedException ) | 
| .gif) | GetBaseException | (inherited from Exception ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetObjectData | (inherited from LocalizedException ) | 
| .gif) | GetType | (inherited from Exception ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Exception ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
.gif)