StorageException Members

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.]

The base class for Windows Azure storage service exceptions.

The following tables list the members exposed by the StorageException type.

Protected Constructors

 NameDescription
StorageExceptionOverloaded.  
Top

Public Properties (see also Protected Properties)

 NameDescription
public propertyData  (Inherited from Exception)
public propertyErrorCodeGets the specific error code returned by the service.
public propertyExtendedErrorInformationGets the extended error information returned by the service.
public propertyHelpLink  (Inherited from Exception)
public propertyInnerException  (Inherited from Exception)
public propertyMessage  (Inherited from Exception)
public propertySource  (Inherited from Exception)
public propertyStackTrace  (Inherited from Exception)
public propertyStatusCodeGets the HTTP status code that was returned by the service.
public propertyTargetSite  (Inherited from Exception)
Top

Protected Properties

 NameDescription
protected propertyHResult  (Inherited from Exception)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetBaseException  (Inherited from Exception)
public methodGetHashCode  (Inherited from Object)
public methodGetObjectDataOverridden. Sets the SerializationInfo object with additional exception information.
public methodGetType  (Inherited from Exception)
public methodToString  Overridden. (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Protected Events

 NameDescription
protected eventSerializeObjectState  (Inherited from Exception)
Top

See Also