Table of Contents

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 Header

The header of the message

handler InterceptHandler

The handler that the exception was thrown from.

innerException Exception

The exception that was thrown.

Properties

Handler

The handler that the exception was thrown from.

public InterceptHandler Handler { get; }

Property Value

InterceptHandler

Header

The header of the intercepted message when the exception was thrown.

public Header Header { get; }

Property Value

Header