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
stringThe 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)