Метод | Описание | |
---|---|---|
@typeof ( ) : Type | ||
ParseErr ( ) : System | ||
ParseErr ( |
||
ParseErr ( |
||
make ( ) : |
||
make ( string msg ) : |
||
make ( string msg, |
||
make ( string type, string val ) : |
||
make ( string type, string val, object more ) : |
||
make_ ( |
||
make_ ( |
||
make_ ( |
public ParseErr ( |
||
actual | ||
Результат | System |
public static make ( string msg ) : |
||
msg | string | |
Результат |
public static make ( string msg, |
||
msg | string | |
cause | ||
Результат |
public static make ( string type, string val ) : |
||
type | string | |
val | string | |
Результат |
public static make ( string type, string val, object more ) : |
||
type | string | |
val | string | |
more | object | |
Результат |
public static make_ ( |
||
self | ||
Результат | void |
public static make_ ( |
||
self | ||
msg | string | |
Результат | void |
public static make_ ( |
||
self | ||
msg | string | |
cause | ||
Результат | void |