C# 클래스 MESS.Macros.AssertException

This exception is thrown by the 'assert' function. It lets users halt execution when a certain condition is false.
상속: Exception
파일 보기 프로젝트 열기: pwitvoet/mess

공개 메소드들

메소드 설명
AssertException ( string message ) : System

메소드 상세

AssertException() 공개 메소드

public AssertException ( string message ) : System
message string
리턴 System