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
Properties
Type
Invalid type.
public Type Type { get; }