Edit

Share via


ProviderStartException Constructors

Definition

Overloads

ProviderStartException()

Initializes a new instance of the ProviderStartException class.

ProviderStartException(SerializationInfo, StreamingContext)
ProviderStartException(String)

Initializes a new instance of the ProviderStartException class.

ProviderStartException(String, Exception)

Initializes a new instance of the ProviderStartException class.

ProviderStartException()

Source:
ProviderStartException.cs

Initializes a new instance of the ProviderStartException class.

public ProviderStartException ();
Public Sub New ()

Applies to

ProviderStartException(SerializationInfo, StreamingContext)

Source:
ProviderStartException.cs
protected ProviderStartException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.ProviderStartException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.ProviderStartException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

ProviderStartException(String)

Source:
ProviderStartException.cs

Initializes a new instance of the ProviderStartException class.

public ProviderStartException (string msg);
public ProviderStartException (string message);
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String)
Public Sub New (message As String)

Parameters

msgmessage
String

Applies to

ProviderStartException(String, Exception)

Source:
ProviderStartException.cs

Initializes a new instance of the ProviderStartException class.

public ProviderStartException (string msg, Exception exc);
public ProviderStartException (string message, Exception innerException);
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)

Parameters

msgmessage
String
excinnerException
Exception

Applies to