C# Класс DeftTech.DuckTyping.AmbiguousTypesException

Exception thrown when two types cannot be distinguished from one another in a way that enables comparison.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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