ManagementExtendedError(Management, User, HttpRequest, Exception) Constructor

Initializes a new instance of the ManagementExtendedError class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public ExtendedError(
	Management management,
	User user,
	HttpRequest request,
	Exception exception
)

Parameters

management  Management
 
user  User
 
request  HttpRequest
 
exception  Exception
 

See Also