Class ErrorOccurredEventArgs
Event arguments for the ErrorOccurred event
Inheritance
System.Object
System.EventArgs
ErrorOccurredEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |