Represents exception information from a request to the Storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| ExceptionInfo()()()() | Initializes a new instance of the ExceptionInfo class. |
Properties
| Name | Description | |
|---|---|---|
| InnerExceptionInfoInnerExceptionInfoInnerExceptionInfoInnerExceptionInfo | Gets the ExceptionInfo instance that caused the current exception. | |
| MessageMessageMessageMessage | Gets a message that describes the current exception. | |
| SourceSourceSourceSource | Gets the name of the operation that causes the error. | |
| StackTraceStackTraceStackTraceStackTrace | Gets a string representation of the frames on the call stack at the time the current exception was thrown. | |
| TypeTypeTypeType | Gets the type of the exception. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.