Свойство | Type | Description | |
---|---|---|---|
message | String | ||
name | String |
Méthode | Description | |
---|---|---|
Error ( ) : System |
Creates a new Error object.
|
|
Error ( String message ) : System |
Creates a new Error object.
|
|
toString ( ) : String |
Returns the string "Error" by default or the value contained in the Error.message property, if defined.
|
public Error ( String message ) : System | ||
message | String | A string associated with the Error object; this parameter is optional. |
Résultat | System |