Class CustomExceptionAction
public class CustomExceptionAction : ExceptionAction
- Inheritance
-
CustomExceptionAction
- Inherited Members
- Extension Methods
Constructors
CustomExceptionAction(ExceptionActionType, string, bool)
public CustomExceptionAction(ExceptionActionType type, string redirectUrl, bool clearError)
Parameters
typeExceptionActionTyperedirectUrlstringclearErrorbool
Properties
ClearError
public override bool ClearError { get; }
Property Value
RedirectUrl
public override string RedirectUrl { get; }
Property Value
Type
public override ExceptionActionType Type { get; }
Property Value
Undefined
public static ExceptionAction Undefined { get; }