C# Class Dolittle.Validation.InvalidValidatorType

Exception that gets thrown when a validator type is of wrong type.
Inheritance: ArgumentException
Exibir arquivo Open project: dolittle/DotNET.Applications

Public Methods

Method Description
InvalidValidatorType ( ) : System

Initializes a new instance of the InvalidValidatorType class.

Method Details

InvalidValidatorType() public method

Initializes a new instance of the InvalidValidatorType class.
public InvalidValidatorType ( ) : System
return System