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
IAsciiCommandResponderthe Responder that caused the Exception
responseLine
IAsciiResponseLinethe line being processed when the error occurred
ex
Exceptionthe Exception
Properties
Exception
The Exception that occurred in the Responder chain
public Exception Exception { get; }
Property Value
Responder
The Responder that caused the exception
public IAsciiCommandResponder Responder { get; }
Property Value
ResponseLine
The line being processed when the error occurred
public IAsciiResponseLine ResponseLine { get; }