FaultedSubscriptionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
FaultedSubscriptionException() |
Initializes a new instance of the FaultedSubscriptionException class. |
FaultedSubscriptionException(SerializationInfo, StreamingContext) | |
FaultedSubscriptionException(String, Exception) |
Initializes a new instance of the FaultedSubscriptionException class. |
FaultedSubscriptionException(String) |
Initializes a new instance of the FaultedSubscriptionException class. |