Property | Type | Description | |
---|---|---|---|
_errorCode | int | ||
_formattedMessage | String | ||
_log | log4net.ILog |
Method | Description | |
---|---|---|
HFMException ( |
Constructor for creating an HFM exception from a COMException.
|
|
HFMException ( int errorCode ) : System |
Create an HFMException for a given error code.
|
|
HFMException ( string errorMsg ) : System |
Create an HFMException with the specified error message.
|
Method | Description | |
---|---|---|
HFMException ( System info, System context ) : System |
Constructor needed for serialization when exception propagates from a remoting server to the client.
|
public HFMException ( |
||
inner | The COMException that is to be converted /// to an HFMException. | |
return | System |
protected HFMException ( System info, System context ) : System | ||
info | System | |
context | System | |
return | System |
public HFMException ( int errorCode ) : System | ||
errorCode | int | |
return | System |
public HFMException ( string errorMsg ) : System | ||
errorMsg | string | |
return | System |