C# Class SenseNet.ContentRepository.Storage.AppModel.RepositoryEventException

Inheritance: System.ApplicationException
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
RepositoryEventException ( ) : System
RepositoryEventException ( string message ) : System
RepositoryEventException ( string message, Exception inner ) : System
RepositoryEventException ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : System

Méthodes protégées

Méthode Description
RepositoryEventException ( System info, System context ) : System

Private Methods

Méthode Description
MessageHelper ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : string

Method Details

RepositoryEventException() public méthode

public RepositoryEventException ( ) : System
Résultat System

RepositoryEventException() protected méthode

protected RepositoryEventException ( System info, System context ) : System
info System
context System
Résultat System

RepositoryEventException() public méthode

public RepositoryEventException ( string message ) : System
message string
Résultat System

RepositoryEventException() public méthode

public RepositoryEventException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

RepositoryEventException() public méthode

public RepositoryEventException ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : System
contextPath string
@event RepositoryEventBase
exceptions IEnumerable
Résultat System