C# Класс SenseNet.ContentRepository.Storage.NodeIsOutOfDateException

Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
NodeIsOutOfDateException ( System info, System context ) : System

Приватные методы

Метод Описание
FormatMessage ( Exception inner, int nodeId, string path, int versionId, VersionNumber versionNumber, long timestamp ) : string

Описание методов

NodeIsOutOfDateException() публичный Метод

public NodeIsOutOfDateException ( ) : System
Результат System

NodeIsOutOfDateException() защищенный Метод

protected NodeIsOutOfDateException ( System info, System context ) : System
info System
context System
Результат System

NodeIsOutOfDateException() публичный Метод

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
Результат System

NodeIsOutOfDateException() публичный Метод

public NodeIsOutOfDateException ( string message ) : System
message string
Результат System

NodeIsOutOfDateException() публичный Метод

public NodeIsOutOfDateException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System