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

Changing the RevId property is not allowed.
Inheritance: PropertiesException
Afficher le fichier Open project: Vanaheimr/Illias

Méthodes publiques

Méthode 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 méthode

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.
Résultat System