StorageException
StorageException
StorageException
StorageException
Class
Definition
Represents an exception thrown by the Azure Storage service.
In This Article
public ref class StorageException : Exception
public class StorageException : Exception
type StorageException = class
inherit Exception
Public Class StorageException
Inherits Exception
Inheritance
StorageException StorageException StorageException StorageException
Constructors
StorageException()
StorageException()
StorageException()
StorageException()
Initializes a new instance of the StorageException class.
StorageException(String)
StorageException(String)
StorageException(String)
StorageException(String)
Initializes a new instance of the StorageException class using the specified error message.
StorageException(SerializationInfo, StreamingContext)
StorageException(SerializationInfo, StreamingContext)
StorageException(SerializationInfo, StreamingContext)
StorageException(SerializationInfo, StreamingContext)
Initializes a new instance of the StorageException class with serialized data.
StorageException(String, Exception)
StorageException(String, Exception)
StorageException(String, Exception)
StorageException(String, Exception)
Initializes a new instance of the StorageException class with a specified error message and a reference to the inner exception that generated this exception.
StorageException(RequestResult, String, Exception)
StorageException(RequestResult, String, Exception)
StorageException(RequestResult, String, Exception)
StorageException(RequestResult, String, Exception)
Initializes a new instance of the StorageException class by using the specified parameters.
Properties
Methods
GetObjectData(SerializationInfo, StreamingContext)
GetObjectData(SerializationInfo, StreamingContext)
GetObjectData(SerializationInfo, StreamingContext)
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo object with the data needed to serialize the target object.
ToString()
ToString()
ToString()
ToString()
Represents an exception thrown by the Microsoft Azure storage client library.
TranslateException(Exception, RequestResult)
TranslateException(Exception, RequestResult)
TranslateException(Exception, RequestResult)
TranslateException(Exception, RequestResult)
Translates the specified exception into a StorageException .
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>)
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>)
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>)
TranslateException(Exception, RequestResult, Func<Stream,StorageExtendedErrorInformation>)
Translates the specified exception into a storage exception.
Extension Methods
Applies to