New to Telerik UI for WinFormsStart a free 30-day trial

Provides additional data for the OnImportException(DataProviderImportExceptionEventArgs) event.

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class DataProviderImportExceptionEventArgs : EventArgs

Inheritance: objectEventArgsDataProviderImportExceptionEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DataProviderImportExceptionEventArgs class.

C#
public DataProviderImportExceptionEventArgs(Exception exception, RadDocument documentToLoad)
Parameters:exceptionException

The exception.

documentToLoadRadDocument

The document to load.

Properties

Gets or sets a document to be loaded when an exception is thrown.

C#
public RadDocument DocumentToLoad { get; set; }
Property Value:

The document to load.

Gets the exception that occured.

C#
public Exception Exception { get; }
Property Value:

The exception.