C#
VB
C++
Initializes a new instance of the CustomCommandException class.
public CustomCommandException(
string errorDescription,
DicomCommandStatusType errorStatus
)
Public Function New( _
ByVal errorDescription As String, _
ByVal errorStatus As Leadtools.Dicom.DicomCommandStatusType _
)
public:
CustomCommandException(
String^ errorDescription,
Leadtools.Dicom.DicomCommandStatusType errorStatus
)
errorDescription
A description message which contains information about the exception.
errorStatus
The DICOM error code.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET