Freigeben über


ProviderStateException Konstruktoren

Definition

Überlädt

ProviderStateException()
ProviderStateException(String)
ProviderStateException(SerializationInfo, StreamingContext)
ProviderStateException(String, Exception)

ProviderStateException()

Quelle:
ProviderStateManager.cs
public ProviderStateException ();
Public Sub New ()

Gilt für:

ProviderStateException(String)

Quelle:
ProviderStateManager.cs
public ProviderStateException (string message);
new Orleans.Providers.ProviderStateException : string -> Orleans.Providers.ProviderStateException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

ProviderStateException(SerializationInfo, StreamingContext)

Quelle:
ProviderStateManager.cs
protected ProviderStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Providers.ProviderStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Providers.ProviderStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

Gilt für:

ProviderStateException(String, Exception)

Quelle:
ProviderStateManager.cs
public ProviderStateException (string message, Exception innerException);
new Orleans.Providers.ProviderStateException : string * Exception -> Orleans.Providers.ProviderStateException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String
innerException
Exception

Gilt für: