C# Класс SenseNet.ContentRepository.Storage.AppModel.RepositoryEventException

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

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

Метод Описание
RepositoryEventException ( ) : System
RepositoryEventException ( string message ) : System
RepositoryEventException ( string message, Exception inner ) : System
RepositoryEventException ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : System

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

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

Приватные методы

Метод Описание
MessageHelper ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : string

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

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

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

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

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

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

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

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

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

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

public RepositoryEventException ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : System
contextPath string
@event RepositoryEventBase
exceptions IEnumerable
Результат System