HandleErrorInfo Class

Definition

Encapsulates information for handling an error that was thrown by an action method.

public class HandleErrorInfo
type HandleErrorInfo = class
Public Class HandleErrorInfo
Inheritance
HandleErrorInfo

Constructors

HandleErrorInfo(Exception, String, String)

Initializes a new instance of the HandleErrorInfo class.

Properties

ActionName

Gets or sets the name of the action that was executing when the exception was thrown.

ControllerName

Gets or sets the name of the controller that contains the action method that threw the exception.

Exception

Gets or sets the exception object.

Applies to