Aqueduct.Configuration.InvalidTypeException.InvalidTypeException C# (CSharp) Method

InvalidTypeException() public method

Constructs a new InvalidTypeException.
public InvalidTypeException ( string type ) : System
type string
return System
        public InvalidTypeException (string type) : base ("Invalid type " + type)
        {
            _Type = type;
        }

Same methods

InvalidTypeException::InvalidTypeException ( string type, Exception innerException ) : System
InvalidTypeException