Click or drag to resize
DLRuntimeInteroperationException Constructor (String, Exception)
Initializes a new instance of the DLRuntimeInteroperationException class

Namespace: Slickflow.Engine.Common
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public DLRuntimeInteroperationException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
ex
Type: SystemException
See Also