Поделиться через


ProviderStateException Конструкторы

Определение

Перегрузки

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

ProviderStateException()

Исходный код:
ProviderStateManager.cs
public ProviderStateException ();
Public Sub New ()

Применяется к

ProviderStateException(String)

Исходный код:
ProviderStateManager.cs
public ProviderStateException (string message);
new Orleans.Providers.ProviderStateException : string -> Orleans.Providers.ProviderStateException
Public Sub New (message As String)

Параметры

message
String

Применяется к

ProviderStateException(SerializationInfo, StreamingContext)

Исходный код:
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)

Параметры

Применяется к

ProviderStateException(String, Exception)

Исходный код:
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)

Параметры

message
String
innerException
Exception

Применяется к