Table of Contents

OrphanedHandlerException Constructor

Definition

Namespace
Savvyio.Handlers
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Handlers/OrphanedHandlerException.cs

OrphanedHandlerException(string, string)

Initializes a new instance of the OrphanedHandlerException class.

public OrphanedHandlerException(string message, string paramName)

Parameters

message string

The error message that explains the reason for the exception.

paramName string

The name of the parameter that caused the current exception.