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

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

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

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

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

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

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

Throw a new IdentificationChangeException when someone tries to change the identification.
public IdentificationChangeException ( 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