C# Класс Microsoft.Bek.Frontend.TreeOps.TagMismatchException

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

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

Метод Описание
TagMismatchException ( ) : System
TagMismatchException ( string message ) : System
TagMismatchException ( string message, System inner ) : System
TagMismatchException ( string f1, string f2, string type ) : System

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

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

public TagMismatchException ( ) : System
Результат System

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

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

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

public TagMismatchException ( string message, System inner ) : System
message string
inner System
Результат System

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

public TagMismatchException ( string f1, string f2, string type ) : System
f1 string
f2 string
type string
Результат System