GatewayTooBusyException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- info
- SerializationInfo
- context
- StreamingContext
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.