C#
VB
C++
Initializes a new instance of the LoadSeriesErrorEventArgs class.
public LoadSeriesErrorEventArgs(
LoadSeriesInformation loadedSeries,
Exception error
)
Public Function New( _
ByVal loadedSeries As Leadtools.Medical.Workstation.Ui.WorkstationViewer.LoadSeriesInformation, _
ByVal error As Exception _
)
public:
LoadSeriesErrorEventArgs(
Leadtools.Medical.Workstation.Ui.WorkstationViewer.LoadSeriesInformation^ loadedSeries,
Exception^ error
)
loadedSeries
Type: WorkstationViewer.LoadSeriesInformation The series information.
error
Type: System.Exception The error System.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