Table of Contents

Class MissingRequestHandlerException

Namespace
LfrlAnvil.Requests.Exceptions
Assembly
LfrlAnvil.Requests.dll

Represents an error due to missing IRequestHandler<TRequest, TResult> factory.

public class MissingRequestHandlerException : InvalidOperationException, ISerializable
Inheritance
MissingRequestHandlerException
Implements
Inherited Members

Constructors

MissingRequestHandlerException(Type)

Creates a new MissingRequestHandlerException instance.

public MissingRequestHandlerException(Type requestType)

Parameters

requestType Type

Request type.

Properties

RequestType

Request type.

public Type RequestType { get; }

Property Value

Type