Method | Description | |
---|---|---|
TrainingError ( |
Construct an exception that holds another exception.
|
|
TrainingError ( String msg ) : System |
Construct a message exception.
|
public TrainingError ( |
||
t | The other exception. | |
return | System |
public TrainingError ( String msg ) : System | ||
msg | String | The exception message. |
return | System |