C# Class HFM.HFMException

Inheritance: System.ApplicationException
Afficher le fichier Open project: agardiner/hfmcmd

Protected Properties

Свойство Type Description
_errorCode int
_formattedMessage String
_log log4net.ILog

Méthodes publiques

Méthode Description
HFMException ( COMException inner ) : System

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.

Méthodes protégées

Méthode Description
HFMException ( System info, System context ) : System

Constructor needed for serialization when exception propagates from a remoting server to the client.

Method Details

HFMException() public méthode

Constructor for creating an HFM exception from a COMException.
public HFMException ( COMException inner ) : System
inner System.Runtime.InteropServices.COMException The COMException that is to be converted /// to an HFMException.
Résultat System

HFMException() protected méthode

Constructor needed for serialization when exception propagates from a remoting server to the client.
protected HFMException ( System info, System context ) : System
info System
context System
Résultat System

HFMException() public méthode

Create an HFMException for a given error code.
public HFMException ( int errorCode ) : System
errorCode int
Résultat System

HFMException() public méthode

Create an HFMException with the specified error message.
public HFMException ( string errorMsg ) : System
errorMsg string
Résultat System

Property Details

_errorCode protected_oe property

protected int _errorCode
Résultat int

_formattedMessage protected_oe property

protected String _formattedMessage
Résultat String

_log protected_oe static_oe property

protected static ILog,log4net _log
Résultat log4net.ILog