C# 클래스 Editor.Utils.DesignByContractException

Exception raised when a contract is broken. Catch this exception type if you wish to differentiate between any DesignByContract exception and other runtime exceptions.
상속: System.ApplicationException
파일 보기 프로젝트 열기: RIATEAM/MYSTIC

보호된 메소드들

메소드 설명
DesignByContractException ( ) : System
DesignByContractException ( string message ) : System
DesignByContractException ( string message, Exception inner ) : System

메소드 상세

DesignByContractException() 보호된 메소드

protected DesignByContractException ( ) : System
리턴 System

DesignByContractException() 보호된 메소드

protected DesignByContractException ( string message ) : System
message string
리턴 System

DesignByContractException() 보호된 메소드

protected DesignByContractException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System