ErrorDetails.Error Property

An individual exception.

Namespace:  Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

'Declaration
Public Property Error As Exception 
    Get 
    Set
'Usage
Dim instance As ErrorDetails 
Dim value As Exception 

value = instance.Error

instance.Error = value
public Exception Error { get; set; }
public:
property Exception^ Error {
    Exception^ get ();
    void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception 
function set Error (value : Exception)

Property Value

Type: System.Exception
Returns Exception.

See Also

Reference

ErrorDetails Class

Microsoft.Owin.Diagnostics.Views Namespace