Table of Contents

Class InvalidTypeRegistrationException

Namespace
LfrlAnvil.Dependencies.Exceptions
Assembly
LfrlAnvil.Dependencies.dll

Represents an error that occurred due to an invalid dependency or implementor type registration attempt.

public class InvalidTypeRegistrationException : ArgumentException, ISerializable
Inheritance
InvalidTypeRegistrationException
Implements
Inherited Members

Constructors

InvalidTypeRegistrationException(Type, string)

Creates a new InvalidTypeRegistrationException instance.

public InvalidTypeRegistrationException(Type type, string paramName)

Parameters

type Type

Invalid type.

paramName string

Exception's parameter name.

Properties

Type

Invalid type.

public Type Type { get; }

Property Value

Type