Table of Contents

Class FilterException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

The exception that is thrown for signaling filter action errors.

public sealed class FilterException : MessagingException, ISerializable
Inheritance
FilterException
Implements
Inherited Members

Constructors

FilterException(string)

Initializes a new instance of the FilterException class using the specified message.

public FilterException(string message)

Parameters

message string

The exception message.

FilterException(string, Exception)

Initializes a new instance of the FilterException class using the specified message and inner exception.

public FilterException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.