Version

DocumentLoadErrorEventArgs Class Members

The following tables list the members exposed by DocumentLoadErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentLoadErrorEventArgs ConstructorCreates a new DocumentLoadErrorEventArgs instance.  
Public Properties
 NameDescription
Public PropertyDescriptionA description of the error (read-only)  
Public PropertyExceptionReturns the exception that was thrown during the load (read-only).  
Public PropertyRethrowExceptionGets/sets whether the exception will be re-thrown.  
See Also