PublishSeriesLoadingError Method

Summary

Fires the SeriesLoadingError event.

Syntax
C#
VB
C++
public void PublishSeriesLoadingError( 
   object publisher, 
   LoadSeriesInformation series, 
   Exception error 
) 
  
Sub PublishSeriesLoadingError( _ 
   ByVal publisher As Object, _ 
   ByVal series As LoadSeriesInformation, _ 
   ByVal error As Exception _ 
)  
void PublishSeriesLoadingError(  
   Object^ publisher, 
   LoadSeriesInformation^ series, 
   Exception^ error 
)  

Parameters

publisher
The System.Object publishing the event.

error
The System.Exception that caused the series loading to fail.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly