Share via


ErrorDetails.Error Property

 

An individual exception

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

Syntax

public Exception Error { get; set; }
public:
property Exception^ Error {
    Exception^ get();
    void set(Exception^ value);
}
member Error : Exception with get, set
Public Property Error As Exception

Property Value

Type: System.Exception

Returns Exception.

See Also

ErrorDetails Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top