프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public FastAssertException ( string message ) : System | ||
message | string | |
리턴 | System |
public FastAssertException ( string message, System inner ) : System | ||
message | string | |
inner | System | |
리턴 | System |
public FastAssertException ( string assertion, int line, int pos ) : System | ||
assertion | string | |
line | int | |
pos | int | |
리턴 | System |