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

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

공개 메소드들

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