Class ErrorOccurredEventArgs
Event arguments for the ErrorOccurred event
Inheritance
System.Object
System.EventArgs
ErrorOccurredEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ErrorOccurredEventArgs : EventArgs
Properties
Exception
Gets the System.Exception details which occurred during the execution.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
Message
Gets the exception message or information about any unsupported elements present in the PDF.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |