C# Класс SenseNet.ContentRepository.Storage.InvalidPathException

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

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

Метод Описание
InvalidPathException ( ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidPathException class.

Защищенные методы

Метод Описание
InvalidPathException ( System info, System context ) : System

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

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

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( ) : System
Результат System

InvalidPathException() защищенный Метод

protected InvalidPathException ( System info, System context ) : System
info System
context System
Результат System

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

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner exception.
Результат System