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

Inheritance: System.ApplicationException
Exibir arquivo Open project: maxpavlov/FlexNet

Public Methods

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

Protected Methods

Method Description
RepositoryEventException ( System info, System context ) : System

Private Methods

Method Description
MessageHelper ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : string

Method Details

RepositoryEventException() public method

public RepositoryEventException ( ) : System
return System

RepositoryEventException() protected method

protected RepositoryEventException ( System info, System context ) : System
info System
context System
return System

RepositoryEventException() public method

public RepositoryEventException ( string message ) : System
message string
return System

RepositoryEventException() public method

public RepositoryEventException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

RepositoryEventException() public method

public RepositoryEventException ( string contextPath, RepositoryEventBase @event, IEnumerable exceptions ) : System
contextPath string
@event RepositoryEventBase
exceptions IEnumerable
return System