StorageException Class

Definition

public class StorageException : Exception
type StorageException = class
    inherit Exception
Public Class StorageException
Inherits Exception
Inheritance
StorageException

Constructors

StorageException()
StorageException(RequestResult, String, Exception)
StorageException(String)
StorageException(String, Exception)

Properties

RequestInformation

Methods

ToString()
TranslateException(Exception, RequestResult)
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>)
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>, HttpResponseMessage)

Applies to