Table of Contents

Class ExceptionHandlerData

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class ExceptionHandlerData
Inheritance
ExceptionHandlerData
Inherited Members
Extension Methods

Constructors

ExceptionHandlerData(Exception, string)

public ExceptionHandlerData(Exception ex, string requestPath)

Parameters

ex Exception
requestPath string

Properties

Message

public string Message { get; }

Property Value

string

RequestPath

public string RequestPath { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type