StorageException Class

Definition

Represents an exception thrown by the Table service.

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

Constructors

StorageException()

Initializes a new instance of the StorageException class.

StorageException(RequestResult, String, Exception)

Initializes a new instance of the StorageException class by using the specified parameters.

StorageException(String)

Initializes a new instance of the StorageException class using the specified error message.

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.

Properties

RequestInformation

Gets the RequestResult object for this StorageException object.

Methods

ToString()

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

Applies to