Class ExceptionHandlerSettings
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class ExceptionHandlerSettings
- Inheritance
-
ExceptionHandlerSettings
- Inherited Members
-
- Extension Methods
-
Constructors
ExceptionHandlerSettings()
public ExceptionHandlerSettings()
Properties
Action
public string Action { get; set; }
Property Value
- string
ClearError
public bool? ClearError { get; set; }
Property Value
- bool?
MessageContains
public string MessageContains { get; set; }
Property Value
- string
MessageEquals
public string MessageEquals { get; set; }
Property Value
- string
MessagePattern
public string MessagePattern { get; set; }
Property Value
- string
MessageStartsWith
public string MessageStartsWith { get; set; }
Property Value
- string
RedirectUrl
public string RedirectUrl { get; set; }
Property Value
- string
RequestPath
public string RequestPath { get; set; }
Property Value
- string
TypeAssignableFrom
public string TypeAssignableFrom { get; set; }
Property Value
- string
TypeEquals
public string TypeEquals { get; set; }
Property Value
- string