SenseNet.ContentRepository.Storage.NodeIsOutOfDateException.NodeIsOutOfDateException C# (CSharp) Method

NodeIsOutOfDateException() public method

public NodeIsOutOfDateException ( ) : System
return System
        public NodeIsOutOfDateException() { }
        public NodeIsOutOfDateException(string message) : base(message) { }

Same methods

NodeIsOutOfDateException::NodeIsOutOfDateException ( System info, System context ) : System
NodeIsOutOfDateException::NodeIsOutOfDateException ( int nodeId, string path, int versionId, VersionNumber versionNumber, Exception inner, long timestamp ) : System
NodeIsOutOfDateException::NodeIsOutOfDateException ( string message ) : System
NodeIsOutOfDateException::NodeIsOutOfDateException ( string message, Exception inner ) : System