Table of Contents

Class CustomExceptionAction

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class CustomExceptionAction : ExceptionAction
Inheritance
CustomExceptionAction
Inherited Members
Extension Methods

Constructors

CustomExceptionAction(ExceptionActionType, string, bool)

public CustomExceptionAction(ExceptionActionType type, string redirectUrl, bool clearError)

Parameters

type ExceptionActionType
redirectUrl string
clearError bool

Properties

ClearError

public override bool ClearError { get; }

Property Value

bool

RedirectUrl

public override string RedirectUrl { get; }

Property Value

string

Type

public override ExceptionActionType Type { get; }

Property Value

ExceptionActionType

Undefined

public static ExceptionAction Undefined { get; }

Property Value

ExceptionAction