StreamEventDeliveryFailureException 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 a stream event was not successfully delivered to the consumer.
[System.Serializable]
public class StreamEventDeliveryFailureException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class StreamEventDeliveryFailureException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type StreamEventDeliveryFailureException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type StreamEventDeliveryFailureException = class
inherit OrleansException
Public Class StreamEventDeliveryFailureException
Inherits OrleansException
Public NotInheritable Class StreamEventDeliveryFailureException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
StreamEventDeliveryFailureException() |
Initializes a new instance of the StreamEventDeliveryFailureException class. |
StreamEventDeliveryFailureException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the StreamEventDeliveryFailureException class. |
StreamEventDeliveryFailureException(String, Exception) |
Initializes a new instance of the StreamEventDeliveryFailureException class. |
StreamEventDeliveryFailureException(String) |
Initializes a new instance of the StreamEventDeliveryFailureException class. |