Click or drag to resize

FailedBuildWorkflowException(String, Exception) Constructor

Initializes a new instance of the FailedBuildWorkflowException class

Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FailedBuildWorkflowException(
	string message,
	Exception innerException
)

Parameters

message  String
 
innerException  Exception
 
See Also