C# Класс Paralect.Schematra.Exceptions.DuplicateTypeTagException

Наследование: SchematraException
Показать файл Открыть проект

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

Метод Описание
DuplicateTypeTagException ( string message ) : System
DuplicateTypeTagException ( string message, Exception innerException ) : System

Описание методов

DuplicateTypeTagException() публичный Метод

public DuplicateTypeTagException ( string message ) : System
message string
Результат System

DuplicateTypeTagException() публичный Метод

public DuplicateTypeTagException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System