 | DataFlowException(BiDataFlowStep, String) Constructor |
Create a new data flow exception
Namespace: SanteDB.BI.ExceptionsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DataFlowException(
BiDataFlowStep stepAtException,
string message
)
Public Sub New (
stepAtException As BiDataFlowStep,
message As String
)
public:
DataFlowException(
BiDataFlowStep^ stepAtException,
String^ message
)
new :
stepAtException : BiDataFlowStep *
message : string -> DataFlowExceptionParameters
- stepAtException BiDataFlowStep
- The current step when the exception occurred
- message String
- The message for this error
See Also