HandleErrorInfo Class
Encapsulates information for handling an error that was thrown by an action method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | HandleErrorInfo(Exception, String, String) | Initializes a new instance of the HandleErrorInfo class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)