共用方式為


ProviderStartException 建構函式

定義

多載

ProviderStartException()

初始化 ProviderStartException 類別的新執行個體。

ProviderStartException(SerializationInfo, StreamingContext)
ProviderStartException(String)

初始化 ProviderStartException 類別的新執行個體。

ProviderStartException(String, Exception)

初始化 ProviderStartException 類別的新執行個體。

ProviderStartException()

來源:
ProviderStartException.cs

初始化 ProviderStartException 類別的新執行個體。

public ProviderStartException ();
Public Sub New ()

適用於

ProviderStartException(SerializationInfo, StreamingContext)

來源:
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)

參數

適用於

ProviderStartException(String)

來源:
ProviderStartException.cs

初始化 ProviderStartException 類別的新執行個體。

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)

參數

msgmessage
String

適用於

ProviderStartException(String, Exception)

來源:
ProviderStartException.cs

初始化 ProviderStartException 類別的新執行個體。

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)

參數

msgmessage
String
excinnerException
Exception

適用於