StreamEventDeliveryFailureException Constructors
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.
Overloads
StreamEventDeliveryFailureException() |
Initializes a new instance of the StreamEventDeliveryFailureException class. |
StreamEventDeliveryFailureException(String) |
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()
Initializes a new instance of the StreamEventDeliveryFailureException class.
public StreamEventDeliveryFailureException ();
Public Sub New ()
Applies to
StreamEventDeliveryFailureException(String)
Initializes a new instance of the StreamEventDeliveryFailureException class.
public StreamEventDeliveryFailureException (string message);
new Orleans.Streams.StreamEventDeliveryFailureException : string -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
StreamEventDeliveryFailureException(SerializationInfo, StreamingContext)
Caution
This API is now deprecated.
Initializes a new instance of the StreamEventDeliveryFailureException class.
public StreamEventDeliveryFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
public StreamEventDeliveryFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.StreamEventDeliveryFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.StreamEventDeliveryFailureException
[<System.Obsolete>]
new Orleans.Streams.StreamEventDeliveryFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The serialization info.
- context
- StreamingContext
The context.
- Attributes
Applies to
StreamEventDeliveryFailureException(String, Exception)
Initializes a new instance of the StreamEventDeliveryFailureException class.
public StreamEventDeliveryFailureException (string message, Exception innerException);
new Orleans.Streams.StreamEventDeliveryFailureException : string * Exception -> Orleans.Streams.StreamEventDeliveryFailureException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message.
- innerException
- Exception
The inner exception.