SocketConnectionException 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
SocketConnectionException(String) | |
SocketConnectionException(SerializationInfo, StreamingContext) |
Obsolete.
|
SocketConnectionException(String, Exception) |
SocketConnectionException(String)
- Source:
- SocketConnectionFactory.cs
public SocketConnectionException (string message);
new Orleans.Networking.Shared.SocketConnectionException : string -> Orleans.Networking.Shared.SocketConnectionException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SocketConnectionException(SerializationInfo, StreamingContext)
- Source:
- SocketConnectionFactory.cs
Caution
This API is now deprecated.
public SocketConnectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
public SocketConnectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Networking.Shared.SocketConnectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Networking.Shared.SocketConnectionException
[<System.Obsolete>]
new Orleans.Networking.Shared.SocketConnectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Networking.Shared.SocketConnectionException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
- Attributes
Applies to
SocketConnectionException(String, Exception)
- Source:
- SocketConnectionFactory.cs
public SocketConnectionException (string message, Exception innerException);
new Orleans.Networking.Shared.SocketConnectionException : string * Exception -> Orleans.Networking.Shared.SocketConnectionException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception