C# Класс Cmis.Utility.CmisPathException

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

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

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

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

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

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

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

public CmisPathException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

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