C# Class SenseNet.ContentRepository.Storage.NodeIsOutOfDateException

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

Méthodes publiques

Méthode Description
NodeIsOutOfDateException ( ) : System
NodeIsOutOfDateException ( int nodeId, string path, int versionId, VersionNumber versionNumber, Exception inner, long timestamp ) : System
NodeIsOutOfDateException ( string message ) : System
NodeIsOutOfDateException ( string message, Exception inner ) : System

Méthodes protégées

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

Private Methods

Méthode Description
FormatMessage ( Exception inner, int nodeId, string path, int versionId, VersionNumber versionNumber, long timestamp ) : string

Method Details

NodeIsOutOfDateException() public méthode

public NodeIsOutOfDateException ( ) : System
Résultat System

NodeIsOutOfDateException() protected méthode

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

NodeIsOutOfDateException() public méthode

public NodeIsOutOfDateException ( int nodeId, string path, int versionId, VersionNumber versionNumber, Exception inner, long timestamp ) : System
nodeId int
path string
versionId int
versionNumber VersionNumber
inner System.Exception
timestamp long
Résultat System

NodeIsOutOfDateException() public méthode

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

NodeIsOutOfDateException() public méthode

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