Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp.Command Namespace > DicomCommand Class : SendErrorResponse Method |
protected abstract void SendErrorResponse( DicomCommandStatusType status, Exception error )
'Declaration Protected MustOverride Sub SendErrorResponse( _ ByVal status As DicomCommandStatusType, _ ByVal error As Exception _ )
'Usage Dim instance As DicomCommand Dim status As DicomCommandStatusType Dim error As Exception instance.SendErrorResponse(status, error)
protected: abstract void SendErrorResponse( DicomCommandStatusType status, Exception^ error )