RequestResult.Exception Property

Windows Runtime Azure Storage Client Library

Gets or sets the exception.

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

Usage

Visual Basic
Dim instance As RequestResult
Dim value As Exception

value = instance.Exception

instance.Exception = value

Syntax

Visual Basic
Public Property Exception As Exception
C#
public Exception Exception { get; set; }
C++
public:
property Exception^ Exception {
	Exception^ get ();
	void set (Exception^ value);
}
J#
/** @property */
public Exception get_Exception ()

/** @property */
public void set_Exception (Exception value)
JScript
public function get Exception () : Exception

public function set Exception (value : Exception)

Property Value

An Exception 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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also