Table of Contents

Class RuleActionException

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

The exception that is thrown for signaling filter action errors and is thrown when a filter related operation fails.

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

Constructors

RuleActionException(string)

Initializes a new instance of the RuleActionException class with the specified error message.

public RuleActionException(string message)

Parameters

message string

The error message that explains the reason for the exception.

RuleActionException(string, Exception)

Initializes a new instance of the RuleActionException class with the specified error message and a reference to the inner exception that is the cause of this exception.

public RuleActionException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.