LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SendErrorResponse Method
See Also 
Leadtools.Dicom.Scp.Command Namespace > CFindCommand Class : SendErrorResponse Method



status
The DICOM command status corresponding to the error.
error
The error that occured.
status
The DICOM command status corresponding to the error.
error
The error that occured.
Sends the error response that occured during a DICOM command.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub SendErrorResponse( _
   ByVal status As DicomCommandStatusType, _
   ByVal error As Exception _
) 
Visual Basic (Usage)Copy Code
Dim instance As CFindCommand
Dim status As DicomCommandStatusType
Dim error As Exception
 
instance.SendErrorResponse(status, error)
C# 
protected override void SendErrorResponse( 
   DicomCommandStatusType status,
   Exception error
)
C++/CLI 
protected:
void SendErrorResponse( 
   DicomCommandStatusType status,
   Exception^ error
) override 

Parameters

status
The DICOM command status corresponding to the error.
error
The error that occured.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features