CapeUserExceptionm_name Field

The name of the exception being thrown.

Definition

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

Field Value

String

Remarks

The m_name 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