HandleErrorInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |