SendErrorResponse Method

Summary
Sends the error response that occurred during a DICOM command.
Syntax
C#
VB
C++
protected abstract void SendErrorResponse( 
   DicomCommandStatusType status, 
   Exception error 
) 
  
Protected MustOverride Sub SendErrorResponse( _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal error As Exception _ 
)  
protected: 
abstract void SendErrorResponse(  
   DicomCommandStatusType status, 
   Exception^ error 
)  

Parameters

status
The DICOM command status corresponding to the error.

error
The error that occurred.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.