Initializes a new instance of the InteractionWorkspaceException class.

C# | Visual Basic | Visual C++ |
public InteractionWorkspaceException( InteractionWorkspaceExceptionErrorCode errorCode, Object[] parameters, Exception innerException )
Public Sub New ( _ errorCode As InteractionWorkspaceExceptionErrorCode, _ parameters As Object(), _ innerException As Exception _ )
public: InteractionWorkspaceException( InteractionWorkspaceExceptionErrorCode errorCode, array<Object^>^ parameters, Exception^ innerException )

- errorCode (InteractionWorkspaceExceptionErrorCode)
- The error code.
- parameters (array< Object >[]()[])
- The parameters.
- innerException (Exception)
- The inner exception.