ErrorInfo

Models error information to be shown to the user.

Namespace:
Inetdev.Web
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ErrorInfo

Default constructor

Signature:
public Void ErrorInfo()

Properties

AccionName

The name of the action.

Signature:
public String AccionName { get; set; }

ControllerName

The name of the controller.

Signature:
public String ControllerName { get; set; }

Exception

The Exception that is related to the error.

Signature:
public Exception Exception { get; set; }

RequestId

Identification of the request.

Signature:
public String RequestId { get; set; }

ShowRequestId

Whether RequestId is empty or not.

Signature:
public Boolean ShowRequestId { get; }