Class DataProviderImportExceptionEventArgs
Provides additional data for the On
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DataProviderImportExceptionEventArgs : EventArgs
Constructors
DataProviderImportExceptionEventArgs(Exception, RadDocument)
Initializes a new instance of the Data
Declaration
public DataProviderImportExceptionEventArgs(Exception exception, RadDocument documentToLoad)
Parameters
System. The exception. |
Rad The document to load. |
Properties
DocumentToLoad
Gets or sets a document to be loaded when an exception is thrown.
Declaration
public RadDocument DocumentToLoad { get; set; }
Property Value
Rad The document to load. |
Exception
Gets the exception that occured.
Declaration
public Exception Exception { get; }
Property Value
System. The exception. |