C# 클래스 Microsoft.Fast.FastAssertException

상속: System.Exception
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
file string
line int
pos int

공개 메소드들

메소드 설명
FastAssertException ( ) : System
FastAssertException ( string message ) : System
FastAssertException ( string message, System inner ) : System
FastAssertException ( string assertion, int line, int pos ) : System

메소드 상세

FastAssertException() 공개 메소드

public FastAssertException ( ) : System
리턴 System

FastAssertException() 공개 메소드

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

FastAssertException() 공개 메소드

public FastAssertException ( string message, System inner ) : System
message string
inner System
리턴 System

FastAssertException() 공개 메소드

public FastAssertException ( string assertion, int line, int pos ) : System
assertion string
line int
pos int
리턴 System

프로퍼티 상세

file 공개적으로 프로퍼티

public string file
리턴 string

line 공개적으로 프로퍼티

public int line
리턴 int

pos 공개적으로 프로퍼티

public int pos
리턴 int