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

An exception during property processing occurred!
상속: System.Exception
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
PropertiesException ( String Message = null, Exception InnerException = null ) : System

An exception during property processing occurred!

메소드 상세

PropertiesException() 공개 메소드

An exception during property processing occurred!
public PropertiesException ( 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