Method | Description | |
---|---|---|
SWF2HTMLException ( SWF2HTMLError error ) : System |
Initializes a new instance of an exception without an error message
|
|
SWF2HTMLException ( SWF2HTMLError error, string msg ) : System |
Initializes a new instance of an exception with an error message
|
|
SWF2HTMLException ( SWF2HTMLError error, string msg, |
Initializes a new instance of an exception with an error message
|
public SWF2HTMLException ( SWF2HTMLError error ) : System | ||
error | SWF2HTMLError | The error code. |
return | System |
public SWF2HTMLException ( SWF2HTMLError error, string msg ) : System | ||
error | SWF2HTMLError | The error code. |
msg | string | The error message |
return | System |
public SWF2HTMLException ( SWF2HTMLError error, string msg, |
||
error | SWF2HTMLError | The error code. |
msg | string | The error message |
inner | The inner exception | |
return | System |