StorageException Constructor

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

Overload List

NameDescription
StorageException ()Initializes a new instance of the StorageException class.
StorageException (StorageErrorCode, String, HttpStatusCode, StorageExtendedErrorInformation, Exception)Initializes a new instance of the StorageException Class with the Storage client error code, a message describing the exception, the HTTP status code returned in the response, the extended error information, and the Exception instance that caused the current exception.
StorageException (SerializationInfo, StreamingContext)Initializes a new instance of the StorageException class with serialized data about the exception being thrown, and contextual information about the source or destionation.

See Also