Class ExceptionEventArgs
Arguments of UnhandledException event.
Inherited Members
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: UnityFx.Async.Promises
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public class ExceptionEventArgs : EventArgs
Constructors
| Improve this Doc View SourceExceptionEventArgs(Exception)
Initializes a new instance of the ExceptionEventArgs class.
Declaration
public ExceptionEventArgs(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e |
Properties
| Improve this Doc View SourceException
Gets the stored Exception.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |