C# Class SenseNet.ContentRepository.Storage.RepositoryException

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

Méthodes publiques

Méthode Description
GetObjectData ( System info, System context ) : void
RepositoryException ( int errorNumber ) : System
RepositoryException ( int errorNumber, string message ) : System
RepositoryException ( int errorNumber, string message, Exception inner ) : System

Méthodes protégées

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

Method Details

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

RepositoryException() protected méthode

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

RepositoryException() public méthode

public RepositoryException ( int errorNumber ) : System
errorNumber int
Résultat System

RepositoryException() public méthode

public RepositoryException ( int errorNumber, string message ) : System
errorNumber int
message string
Résultat System

RepositoryException() public méthode

public RepositoryException ( int errorNumber, string message, Exception inner ) : System
errorNumber int
message string
inner System.Exception
Résultat System