Click or drag to resize

DataFlowException(BiDataFlowStep, Exception) Constructor

Create a new data flow exception

Namespace: SanteDB.BI.Exceptions
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public DataFlowException(
	BiDataFlowStep stepAtException,
	Exception innerException
)

Parameters

stepAtException  BiDataFlowStep
The current step when the exception occurred
innerException  Exception
The exception that caused this exception
See Also