Méthode | Description | |
---|---|---|
RuntimeException ( string message ) : System |
Initializes a new instance of the RuntimeException class.
|
|
RuntimeException ( string message, Exception inner ) : System |
Initializes a new instance of the RuntimeException class.
|
Méthode | Description | |
---|---|---|
RuntimeException ( ) : System |
Initializes a new instance of the RuntimeException class.
|
public RuntimeException ( string message ) : System | ||
message | string | message |
Résultat | System |
public RuntimeException ( string message, Exception inner ) : System | ||
message | string | message |
inner | Exception | inner exception |
Résultat | System |