ConnectionFailedException 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
ConnectionFailedException() |
Initializes a new instance of the ConnectionFailedException class. |
ConnectionFailedException(String) |
Initializes a new instance of the ConnectionFailedException class. |
ConnectionFailedException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the ConnectionFailedException class. |
ConnectionFailedException(String, Exception) |
Initializes a new instance of the ConnectionFailedException class. |
ConnectionFailedException()
- Source:
- ConnectionFailedException.cs
Initializes a new instance of the ConnectionFailedException class.
public ConnectionFailedException ();
Public Sub New ()
Applies to
ConnectionFailedException(String)
- Source:
- ConnectionFailedException.cs
Initializes a new instance of the ConnectionFailedException class.
public ConnectionFailedException (string message);
new Orleans.Runtime.Messaging.ConnectionFailedException : string -> Orleans.Runtime.Messaging.ConnectionFailedException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
ConnectionFailedException(SerializationInfo, StreamingContext)
- Source:
- ConnectionFailedException.cs
Caution
This API is now deprecated.
Initializes a new instance of the ConnectionFailedException class.
protected ConnectionFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected ConnectionFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.Messaging.ConnectionFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.Messaging.ConnectionFailedException
[<System.Obsolete>]
new Orleans.Runtime.Messaging.ConnectionFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.Messaging.ConnectionFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The serialization info.
- context
- StreamingContext
The context.
- Attributes
Applies to
ConnectionFailedException(String, Exception)
- Source:
- ConnectionFailedException.cs
Initializes a new instance of the ConnectionFailedException class.
public ConnectionFailedException (string message, Exception innerException);
new Orleans.Runtime.Messaging.ConnectionFailedException : string * Exception -> Orleans.Runtime.Messaging.ConnectionFailedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message.
- innerException
- Exception
The inner exception.