C# 클래스 org.GraphDefined.Vanaheimr.Illias.Collections.RevIdentificationChangeException

Changing the RevId property is not allowed.
상속: PropertiesException
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
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