Skip to content

UndeleteRequestHandlerBase<TRow,TUndeleteRequest,TUndeleteResponse> constructor

Initializes a new instance of the class.

protected UndeleteRequestHandlerBase(IRequestContext context)
parameter description
context Request context

Exceptions

exception condition
ArgumentNullException context is null.

See Also