SendErrorResponse Method

Summary

Sends the error response that occurred during a DICOM command.

Syntax
C#
VB
C++
protected override void SendErrorResponse( 
   DicomCommandStatusType status, 
   Exception error 
) 
  
Protected Overrides Sub SendErrorResponse( _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal error As Exception _ 
)  
protected: 
void SendErrorResponse(  
   DicomCommandStatusType status, 
   Exception^ error 
) override  

Parameters

status
The DICOM command status corresponding to the error.

error
The error that occurred.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly