StreamEventDeliveryFailureException Class

Definition

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
StreamEventDeliveryFailureException
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)

Initializes a new instance of the StreamEventDeliveryFailureException class.

StreamEventDeliveryFailureException(String, Exception)

Initializes a new instance of the StreamEventDeliveryFailureException class.

Applies to