Show / Hide Table of Contents

Class ExceptionEventArgs

Arguments of UnhandledException event.

Inheritance
Object
EventArgs
ExceptionEventArgs
Inherited Members
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: UnityFx.Async.Promises
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public class ExceptionEventArgs : EventArgs

Constructors

| Improve this Doc View Source

ExceptionEventArgs(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 Source

Exception

Gets the stored Exception.

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2017-2018 Alexander Bogarsukov