Method | Description | |
---|---|---|
EncogError ( |
Pass on an exception.
|
|
EncogError ( String str ) : System |
Construct a message exception.
|
|
EncogError ( String msg, |
Pass on an exception.
|
public EncogError ( |
||
e | The other exception. | |
return | System |
public EncogError ( String str ) : System | ||
str | String | The message. |
return | System |
public EncogError ( String msg, |
||
msg | String | The message. |
e | The exception. | |
return | System |