Class ExceptionHandlerData
public class ExceptionHandlerData
- Inheritance
-
ExceptionHandlerData
- Inherited Members
- Extension Methods
Constructors
ExceptionHandlerData(Exception, string)
public ExceptionHandlerData(Exception ex, string requestPath)
Parameters
Properties
Message
public string Message { get; }
Property Value
RequestPath
public string RequestPath { get; }
Property Value
Type
public Type Type { get; }