StorageClientException Properties

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

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)

Protected Properties

 NameDescription
protected propertyHResult  (Inherited from Exception)

See Also