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

Represents an exception thrown by the Windows Azure storage client library.

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

Public Constructors (see also Protected Constructors)

 NameDescription
StorageClientExceptionOverloaded.  
Top

Protected Constructors

 NameDescription
StorageClientExceptionOverloaded.  
Top

Public Properties (see also Protected Properties)

 NameDescription
public propertyData  (Inherited from Exception)
public propertyErrorCode  Gets the specific error code returned by the service. (Inherited from StorageException)
public propertyExtendedErrorInformation  Gets the extended error information returned by the service. (Inherited from StorageException)
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 propertyStatusCode  Gets the HTTP status code that was returned by the service. (Inherited from StorageException)
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 methodGetObjectData  Overridden. Sets the SerializationInfo object with additional exception information. (Inherited from Exception)
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