C# Class org.GraphDefined.Vanaheimr.Illias.Collections.IdentificationChangeException

Changing the Id property is not allowed.
Inheritance: PropertiesException
Mostrar archivo Open project: Vanaheimr/Illias

Public Methods

Method Description
IdentificationChangeException ( String Message = null, Exception InnerException = null ) : System

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

Method Details

IdentificationChangeException() public method

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