Méthode | Description | |
---|---|---|
SWFModellerException ( SWFModellerError error ) : System |
Initializes a new instance of an exception without an error message
|
|
SWFModellerException ( SWFModellerError error, SWFContext ctx ) : System |
Initializes a new instance of an exception without an error message
|
|
SWFModellerException ( SWFModellerError error, string msg ) : System | ||
SWFModellerException ( SWFModellerError error, string msg, SWFContext ctx ) : System |
Initializes a new instance of an exception with an error message
|
public SWFModellerException ( SWFModellerError error ) : System | ||
error | SWFModellerError | The error code. |
Résultat | System |
public SWFModellerException ( SWFModellerError error, SWFContext ctx ) : System | ||
error | SWFModellerError | The error code. |
ctx | SWFContext | |
Résultat | System |
public SWFModellerException ( SWFModellerError error, string msg ) : System | ||
error | SWFModellerError | The error code. |
msg | string | The error message |
Résultat | System |
public SWFModellerException ( SWFModellerError error, string msg, SWFContext ctx ) : System | ||
error | SWFModellerError | The error code. |
msg | string | The error message |
ctx | SWFContext | |
Résultat | System |