Class HigherOrderSubscriptionFailedException
Exception representing failures in higher order subscriptions.
Inheritance
System.Object
HigherOrderSubscriptionFailedException
Namespace: Reaqtor.Reactive
Assembly: Reaqtor.Reactive.HigherOrder.dll
Syntax
public class HigherOrderSubscriptionFailedException : Exception
Constructors
HigherOrderSubscriptionFailedException()
Creates a new higher order subscription failure exception.
Declaration
public HigherOrderSubscriptionFailedException()
HigherOrderSubscriptionFailedException(SerializationInfo, StreamingContext)
Creates a new higher order subscription failure exception from the specified serialization information.
Declaration
protected HigherOrderSubscriptionFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Serialization information to deserialize the exception from. |
System.Runtime.Serialization.StreamingContext | context | Streaming context to deserialize the exception from. |
HigherOrderSubscriptionFailedException(String)
Creates a new higher order subscription failure exception with the specified message.
Declaration
public HigherOrderSubscriptionFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
HigherOrderSubscriptionFailedException(String, Exception)
Creates a new higher order subscription failure exception with the specified message and inner exception.
Declaration
public HigherOrderSubscriptionFailedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
System.Exception | inner | Inner exception. |