Property | Type | Description | |
---|---|---|---|
errorcode | int | ||
overridemessage | string | ||
success | bool |
Method | Description | |
---|---|---|
Error ( int errorcode ) : |
||
GeneralError ( int nodataerror ) : |
||
GeneralError ( string message ) : |
public static Error ( int errorcode ) : |
||
errorcode | int | |
return |
public static GeneralError ( int nodataerror ) : |
||
nodataerror | int | |
return |
public static GeneralError ( string message ) : |
||
message | string | |
return |