←Select platform

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 Leadtools.Dicom.DicomCommandStatusType, _ 
   ByVal error As Exception _ 
)  
protected: 
void SendErrorResponse(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly