Class UnhandledInterceptException
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
Thrown when an unhandled exception is thrown from an intercept handler.
public sealed class UnhandledInterceptException : Exception, ISerializable
- Inheritance
-
UnhandledInterceptException
- Implements
- Inherited Members
Constructors
UnhandledInterceptException(Header, InterceptHandler, Exception)
Thrown when an unhandled exception is thrown from an intercept handler.
public UnhandledInterceptException(Header header, InterceptHandler handler, Exception innerException)
Parameters
header
HeaderThe header of the message
handler
InterceptHandlerThe handler that the exception was thrown from.
innerException
ExceptionThe exception that was thrown.
Properties
Handler
The handler that the exception was thrown from.
public InterceptHandler Handler { get; }
Property Value
Header
The header of the intercepted message when the exception was thrown.
public Header Header { get; }