Table of Contents

Class ResponderChainExceptionArgs

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Provides the exception that occurred while processing the ResponderChain

public class ResponderChainExceptionArgs : EventArgs
Inheritance
ResponderChainExceptionArgs
Inherited Members

Constructors

ResponderChainExceptionArgs(IAsciiCommandResponder, IAsciiResponseLine, Exception)

Initializes a new instance of the ResponderChainExceptionArgs class

public ResponderChainExceptionArgs(IAsciiCommandResponder responder, IAsciiResponseLine responseLine, Exception ex)

Parameters

responder IAsciiCommandResponder

the Responder that caused the Exception

responseLine IAsciiResponseLine

the line being processed when the error occurred

ex Exception

the Exception

Properties

Exception

The Exception that occurred in the Responder chain

public Exception Exception { get; }

Property Value

Exception

Responder

The Responder that caused the exception

public IAsciiCommandResponder Responder { get; }

Property Value

IAsciiCommandResponder

ResponseLine

The line being processed when the error occurred

public IAsciiResponseLine ResponseLine { get; }

Property Value

IAsciiResponseLine