C# Class DeftTech.DuckTyping.AmbiguousTypesException

Exception thrown when two types cannot be distinguished from one another in a way that enables comparison.
Inheritance: System.Exception
显示文件 Open project: deftflux/DuckTyping

Public Methods

Method Description
AmbiguousTypesException ( Type type1, Type type2 ) : System

Constructs an object.

Method Details

AmbiguousTypesException() public method

Constructs an object.
public AmbiguousTypesException ( Type type1, Type type2 ) : System
type1 System.Type First type.
type2 System.Type Second type.
return System