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

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

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

Метод Описание
GetObjectData ( System info, System context ) : void
RepositoryException ( int errorNumber ) : System
RepositoryException ( int errorNumber, string message ) : System
RepositoryException ( int errorNumber, string message, Exception inner ) : System

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

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

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

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

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

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

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

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

public RepositoryException ( int errorNumber ) : System
errorNumber int
Результат System

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

public RepositoryException ( int errorNumber, string message ) : System
errorNumber int
message string
Результат System

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

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