ProviderStartException 构造函数

定义

重载

ProviderStartException()

初始化 ProviderStartException 类的新实例。

ProviderStartException(SerializationInfo, StreamingContext)
ProviderStartException(String)

初始化 ProviderStartException 类的新实例。

ProviderStartException(String, Exception)

初始化 ProviderStartException 类的新实例。

ProviderStartException()

Source:
ProviderStartException.cs

初始化 ProviderStartException 类的新实例。

public ProviderStartException ();
Public Sub New ()

适用于

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)

参数

适用于

ProviderStartException(String)

Source:
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)

Source:
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

适用于