ErrorPageModel.ErrorDetails Property
Detailed information about each exception in the stack
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public IEnumerable<ErrorDetails> ErrorDetails { get; set; }
public:
property IEnumerable<ErrorDetails^>^ ErrorDetails {
IEnumerable<ErrorDetails^>^ get();
void set(IEnumerable<ErrorDetails^>^ value);
}
member ErrorDetails : IEnumerable<ErrorDetails> with get, set
Public Property ErrorDetails As IEnumerable(Of ErrorDetails)
Property Value
Type: System.Collections.Generic.IEnumerable<ErrorDetails>
Returns IEnumerable<T>.
See Also
ErrorPageModel Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top