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
See Also