C#
VB
C++
Fires the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.SeriesLoadingError event.
public void PublishSeriesLoadingError(
object publisher,
LoadSeriesInformation series,
Exception error
)
Public Sub PublishSeriesLoadingError( _
ByVal publisher As Object, _
ByVal series As Leadtools.Medical.Workstation.Ui.WorkstationViewer.LoadSeriesInformation, _
ByVal error As Exception _
)
public:
void PublishSeriesLoadingError(
Object^ publisher,
Leadtools.Medical.Workstation.Ui.WorkstationViewer.LoadSeriesInformation^ series,
Exception^ error
)
publisher
The System.Object publishing the event.
series
The Leadtools.Medical.Workstation.UI.WorkstationViewer.LoadSeriesInformation which failed to load.
error
The System.Exception that caused the series loading to fail.
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