C# Class SenseNet.ContentRepository.Storage.NodeIsOutOfDateException

Inheritance: System.ApplicationException
Show file Open project: maxpavlov/FlexNet

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

NodeIsOutOfDateException() public method

public NodeIsOutOfDateException ( ) : System
return System

NodeIsOutOfDateException() protected method

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

NodeIsOutOfDateException() public method

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
return System

NodeIsOutOfDateException() public method

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

NodeIsOutOfDateException() public method

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