Property | Type | Description | |
---|---|---|---|
file | string | ||
line | int | ||
pos | int |
Method | Description | |
---|---|---|
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 | |
return | System |
public FastAssertException ( string message, System inner ) : System | ||
message | string | |
inner | System | |
return | System |
public FastAssertException ( string assertion, int line, int pos ) : System | ||
assertion | string | |
line | int | |
pos | int | |
return | System |