Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InteractionWorkspaceException Constructor (errorCode)
NamespacesGenesyslab.Desktop.Modules.Core.IWExceptionInteractionWorkspaceExceptionInteractionWorkspaceException(InteractionWorkspaceExceptionErrorCode)
Initializes a new instance of the InteractionWorkspaceException class.
Declaration Syntax
C#Visual BasicVisual C++
public InteractionWorkspaceException(
	InteractionWorkspaceExceptionErrorCode errorCode
)
Public Sub New ( _
	errorCode As InteractionWorkspaceExceptionErrorCode _
)
public:
InteractionWorkspaceException(
	InteractionWorkspaceExceptionErrorCode errorCode
)
Parameters
errorCode (InteractionWorkspaceExceptionErrorCode)
The error code.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)