GatewayTooBusyException 构造函数

定义

重载

GatewayTooBusyException()

初始化 GatewayTooBusyException 类的新实例。

GatewayTooBusyException(String)

初始化 GatewayTooBusyException 类的新实例。

GatewayTooBusyException(SerializationInfo, StreamingContext)
GatewayTooBusyException(String, Exception)

初始化 GatewayTooBusyException 类的新实例。

GatewayTooBusyException()

Source:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 类的新实例。

public GatewayTooBusyException ();
Public Sub New ()

适用于

GatewayTooBusyException(String)

Source:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 类的新实例。

public GatewayTooBusyException (string message);
new Orleans.Runtime.GatewayTooBusyException : string -> Orleans.Runtime.GatewayTooBusyException
Public Sub New (message As String)

参数

message
String

消息。

适用于

GatewayTooBusyException(SerializationInfo, StreamingContext)

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

参数

适用于

GatewayTooBusyException(String, Exception)

Source:
GatewayTooBusyException.cs

初始化 GatewayTooBusyException 类的新实例。

public GatewayTooBusyException (string message, Exception innerException);
new Orleans.Runtime.GatewayTooBusyException : string * Exception -> Orleans.Runtime.GatewayTooBusyException
Public Sub New (message As String, innerException As Exception)

参数

message
String

消息。

innerException
Exception

内部异常。

适用于