StorageException Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Top
Top
The base class for Windows Azure storage service exceptions.
The following tables list the members exposed by the StorageException type.
Protected Constructors
| Name | Description | |
|---|---|---|
| StorageException | Overloaded. |
Public Properties (see also Protected Properties)
| Name | Description | |
|---|---|---|
| Data | (Inherited from Exception) | |
| ErrorCode | Gets the specific error code returned by the service. | |
| ExtendedErrorInformation | Gets the extended error information returned by the service. | |
| HelpLink | (Inherited from Exception) | |
| InnerException | (Inherited from Exception) | |
| Message | (Inherited from Exception) | |
| Source | (Inherited from Exception) | |
| StackTrace | (Inherited from Exception) | |
| StatusCode | Gets the HTTP status code that was returned by the service. | |
| TargetSite | (Inherited from Exception) |
Protected Properties
| Name | Description | |
|---|---|---|
| HResult | (Inherited from Exception) |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| GetBaseException | (Inherited from Exception) | |
| GetHashCode | (Inherited from Object) | |
| GetObjectData | Overridden. Sets the SerializationInfo object with additional exception information. | |
| GetType | (Inherited from Exception) | |
| ToString | Overridden. (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) |
Protected Events
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from Exception) |