C# Класс SenseNet.ContentRepository.Storage.Data.NodeAlreadyExistsException

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

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

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

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

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

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

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

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

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

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

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

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

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

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