C#
VB
C++
Initializes a new instance of the ClientConnectionException class.
public ClientConnectionException(
string message,
DicomExceptionCode error
)
Public Function New( _
ByVal message As String, _
ByVal error As Leadtools.Dicom.DicomExceptionCode _
)
public:
ClientConnectionException(
String^ message,
Leadtools.Dicom.DicomExceptionCode error
)
message
Message that describes the exception.
error
The error that occurred during the connect attempt.
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