CapeUserExceptionm_interfaceName Field

The name of the exception interface for the exception being thrown.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
protected string m_interfaceName

Field Value

String

Remarks

The m_interfaceName field is set in the method for the exception. Any exception that derives from the CapeUserException class will need to set this value in the Initialize method.

See Also