Cape User Exceptionm_ interface Name 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
protected string m_interfaceNameVB
Protected m_interfaceName As StringField Value
StringRemarks
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.