SetFailed(DicomDataSet,Int32) Method
Indicate that an instance was not accepted
public procedure SetFailed(
: DicomDataSet;
: System.Integer
);
'Declaration
Public Overloads Sub SetFailed( _
ByVal As DicomDataSet, _
ByVal As System.Integer _
)
'Usage
Dim instance As StowEventArgs
Dim DataSet As DicomDataSet
Dim Reason As System.Integer
instance.SetFailed(DataSet, Reason)
Parameters
- DataSet
- The accepted instance
- Reason
- The error reason code, which will be returned to the client
Target Platforms: .NET CLR 4.8 or higher