[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
Top
Represents an exception thrown due to a server-side error.
The following tables list the members exposed by the StorageServerException type.
Public Constructors (see also Protected Constructors)
Name | Description | |
---|---|---|
StorageServerException | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
StorageServerException | Overloaded. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
Data | (Inherited from Exception) | |
ErrorCode | Gets the specific error code returned by the service. (Inherited from StorageException) | |
ExtendedErrorInformation | Gets the extended error information returned by the service. (Inherited from StorageException) | |
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. (Inherited from StorageException) | |
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. (Inherited from Exception) | |
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) |