Skip to content

RetrieveRequestHandlerBase<TRow,TRetrieveRequest,TRetrieveResponse> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

Initializes a new instance of the class.

protected RetrieveRequestHandlerBase(IRequestContext context)
parameter description
context Request context

Exceptions

exception condition
ArgumentNullException context is null.

See Also