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
A System.String that describes the error.
error
A Code that specifies what caused this exception.
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