Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents exception information from a request to the Storage service.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..ExceptionInfo

Syntax

 
public sealed class ExceptionInfo
 
public ref class ExceptionInfo sealed 
 
[<Sealed>]
type ExceptionInfo = class end
 
Public NotInheritable Class ExceptionInfo

Constructors

NameDescription
System_CAPS_pubmethodExceptionInfo()()()()

Initializes a new instance of the ExceptionInfo class.

Properties

NameDescription
System_CAPS_pubpropertyInnerExceptionInfoInnerExceptionInfoInnerExceptionInfoInnerExceptionInfo

Gets the ExceptionInfo instance that caused the current exception.

System_CAPS_pubpropertyMessageMessageMessageMessage

Gets a message that describes the current exception.

System_CAPS_pubpropertySourceSourceSourceSource

Gets the name of the operation that causes the error.

System_CAPS_pubpropertyStackTraceStackTraceStackTraceStackTrace

Gets a string representation of the frames on the call stack at the time the current exception was thrown.

System_CAPS_pubpropertyTypeTypeTypeType

Gets the type of the exception.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

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

Return to top