FaultedSubscriptionException Class

Definition

This exception indicates that an error has occurred on a stream subscription that has placed the subscription into a faulted state. Work on faulted subscriptions should be abandoned.

[System.Serializable]
public class FaultedSubscriptionException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class FaultedSubscriptionException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type FaultedSubscriptionException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type FaultedSubscriptionException = class
    inherit OrleansException
Public Class FaultedSubscriptionException
Inherits OrleansException
Public NotInheritable Class FaultedSubscriptionException
Inherits OrleansException
Inheritance
FaultedSubscriptionException
Attributes

Constructors

FaultedSubscriptionException()

Initializes a new instance of the FaultedSubscriptionException class.

FaultedSubscriptionException(SerializationInfo, StreamingContext)
FaultedSubscriptionException(String)

Initializes a new instance of the FaultedSubscriptionException class.

FaultedSubscriptionException(String, Exception)

Initializes a new instance of the FaultedSubscriptionException class.

Applies to