CapeUserExceptioninterfaceName Property

The name of the interface where the error is thrown. This is a mandatory field."

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public string interfaceName { get; set; }

Property Value

String
The name of the interface.

Implements

ECapeUserinterfaceName

Remarks

The interface that the error was thrown.

See Also