Method | Description | |
---|---|---|
PrintError ( string source, string message ) : void | ||
ThrowError ( string source, string message ) : void |
Method | Description | |
---|---|---|
getErrorText ( string source, string message ) : string |
public static PrintError ( string source, string message ) : void | ||
source | string | |
message | string | |
return | void |
public static ThrowError ( string source, string message ) : void | ||
source | string | |
message | string | |
return | void |