If Success is false and an exception has been caught internally, this field will contain the exception.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Exception Exception { get; set; }
public Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
Public Property Exception As Exception
Get
Set
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
void set (Exception^ value) sealed;
}
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
void set (Exception^ value) sealed;
}
abstract Exception : Exception with get, set
override Exception : Exception with get, set
abstract Exception : Exception with get, set
override Exception : Exception with get, set
Property Value
Type:
ExceptionImplements
IResult.Exception
See Also