Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetMessage Method (errorCode, parameters)
NamespacesGenesyslab.Desktop.Modules.Core.IWExceptionInteractionWorkspaceExceptionGetMessage(InteractionWorkspaceExceptionErrorCode, array<Object>[]()[])
Gets the message.
Declaration Syntax
C#Visual BasicVisual C++
protected static string GetMessage(
	InteractionWorkspaceExceptionErrorCode errorCode,
	Object[] parameters
)
Protected Shared Function GetMessage ( _
	errorCode As InteractionWorkspaceExceptionErrorCode, _
	parameters As Object() _
) As String
protected:
static String^ GetMessage(
	InteractionWorkspaceExceptionErrorCode errorCode, 
	array<Object^>^ parameters
)
Parameters
errorCode (InteractionWorkspaceExceptionErrorCode)
The error code.
parameters (array< Object >[]()[])
The parameters.
Return Value
The message.

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