Class ApplicationUnhandledExceptionEventArgs
Inheritance
System.Object
System.EventArgs
ApplicationUnhandledExceptionEventArgs
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: System.Windows
Assembly: OpenSilver.dll
Syntax
public class ApplicationUnhandledExceptionEventArgs : EventArgs
Constructors
| Improve this Doc View SourceApplicationUnhandledExceptionEventArgs(Exception, Boolean)
Declaration
public ApplicationUnhandledExceptionEventArgs(Exception ex, bool handled)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex | |
System.Boolean | handled |
Properties
| Improve this Doc View SourceExceptionObject
Declaration
public Exception ExceptionObject { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |