StorageException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET