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

Changing the RevId property is not allowed.
Inheritance: PropertiesException
Datei anzeigen Open project: Vanaheimr/Illias

Public Methods

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

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

Method Details

RevIdentificationChangeException() public method

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