Метод | Описание | |
---|---|---|
PersistError ( |
Construct an exception that holds another exception.
|
|
PersistError ( String msg ) : System |
Construct a message exception.
|
|
PersistError ( String msg, |
Construct an exception that holds another exception.
|
public PersistError ( |
||
t | The other exception. | |
Результат | System |
public PersistError ( String msg ) : System | ||
msg | String | The exception message. |
Результат | System |
public PersistError ( String msg, |
||
msg | String | The message. |
t | The other exception. | |
Результат | System |