ErrorOccurredEventArgs Class
Event arguments for the ErrorOccurred event
Inheritance
System.Object
ErrorOccurredEventArgs
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class ErrorOccurredEventArgs : EventArgs
Properties
Exception
Gets the Exception details.
Declaration
public Exception Exception { get; }
Property Value
Type |
---|
System.Exception |
Message
Gets the error message
Declaration
public string Message { get; }
Property Value
Type |
---|
System.String |