Class StorageException
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public class StorageException : Exception, ISerializable
- Inheritance
-
StorageException
- Implements
-
- Inherited Members
-
Constructors
StorageException()
public StorageException()
StorageException(RequestResult, string, Exception)
public StorageException(RequestResult res, string message, Exception inner)
Parameters
res
RequestResult
message
string
inner
Exception
StorageException(string)
public StorageException(string message)
Parameters
message
string
StorageException(string, Exception)
public StorageException(string message, Exception innerException)
Parameters
message
string
innerException
Exception
Properties
public RequestResult RequestInformation { get; }
Property Value
- RequestResult
Methods
ToString()
public override string ToString()
Returns
- string