C# 클래스 DeftTech.DuckTyping.AmbiguousTypesException

Exception thrown when two types cannot be distinguished from one another in a way that enables comparison.
상속: System.Exception
파일 보기 프로젝트 열기: deftflux/DuckTyping

공개 메소드들

메소드 설명
AmbiguousTypesException ( Type type1, Type type2 ) : System

Constructs an object.

메소드 상세

AmbiguousTypesException() 공개 메소드

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