Edit

Share via


GatewayTooBusyException Constructors

Definition

Overloads

GatewayTooBusyException()

Initializes a new instance of the GatewayTooBusyException class.

GatewayTooBusyException(String)

Initializes a new instance of the GatewayTooBusyException class.

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

Initializes a new instance of the GatewayTooBusyException class.

GatewayTooBusyException()

Source:
GatewayTooBusyException.cs

Initializes a new instance of the GatewayTooBusyException class.

public GatewayTooBusyException ();
Public Sub New ()

Applies to

GatewayTooBusyException(String)

Source:
GatewayTooBusyException.cs

Initializes a new instance of the GatewayTooBusyException class.

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

Parameters

message
String

The message.

Applies to

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)

Parameters

Applies to

GatewayTooBusyException(String, Exception)

Source:
GatewayTooBusyException.cs

Initializes a new instance of the GatewayTooBusyException class.

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

Parameters

message
String

The message.

innerException
Exception

The inner exception.

Applies to