C# Класс org.GraphDefined.Vanaheimr.Illias.Collections.RevIdentificationChangeException

Changing the RevId property is not allowed.
Наследование: PropertiesException
Показать файл Открыть проект

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

Метод Описание
RevIdentificationChangeException ( String Message = null, Exception InnerException = null ) : System

Throw a new IdentificationChangeException when someone tries to change the revision identification.

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

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

Throw a new IdentificationChangeException when someone tries to change the revision identification.
public RevIdentificationChangeException ( String Message = null, Exception InnerException = null ) : System
Message String The message that describes the error.
InnerException System.Exception The exception that is the cause of the current exception.
Результат System