←Select platform

CustomCommandException Constructor

Summary

Initializes a new instance of the CustomCommandException class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal errorDescription As String, _ 
   ByVal errorStatus As Leadtools.Dicom.DicomCommandStatusType _ 
) 
public: 
CustomCommandException(  
   String^ errorDescription, 
   Leadtools.Dicom.DicomCommandStatusType errorStatus 
) 

Parameters

errorDescription
A description message which contains information about the exception.

errorStatus
The DICOM error code.

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