Initializes a new instance of the ServerError class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public ServerError(
	ExceptionContext exceptionedRequestContext
)
Visual Basic
Public Sub New ( _
	exceptionedRequestContext As ExceptionContext _
)
Visual C++
public:
ServerError(
	ExceptionContext^ exceptionedRequestContext
)

Parameters

exceptionedRequestContext
Type: ExceptionContext

See Also