Show / Hide Table of Contents

Class ReactionExceptionSpyEventArgs

Event arguments for spy when a reaction has an exception.

Inheritance
System.Object
SpyEventArgs
ReactionSpyEventArgs
ReactionExceptionSpyEventArgs
Inherited Members
SpyEventArgs.Name
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ReactionExceptionSpyEventArgs : ReactionSpyEventArgs

Properties

| Improve this Doc View Source

Exception

Gets or sets the exception that ocurred.

Declaration
public Exception Exception { get; set; }
Property Value
Type Description
Exception
| Improve this Doc View Source

Message

Gets or sets the error message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX