C#
VB
C++
Sends the error response that occurred during a DICOM command.
protected override void SendErrorResponse(
DicomCommandStatusType status,
Exception error
)
Protected Overrides Sub SendErrorResponse( _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal error As Exception _
)
protected:
void SendErrorResponse(
Leadtools.Dicom.DicomCommandStatusType status,
Exception^ error
) override
status
The DICOM command status corresponding to the error.
error
The error that occurred.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET