C# Класс PlasticSCM.XLinkIncorrectTypeException

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

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

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

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

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

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

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

public XLinkIncorrectTypeException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

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

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

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