ConnectionLostException Class
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.
[System.Serializable]
public class ConnectionLostException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type ConnectionLostException = class
inherit RemoteRpcException
Public Class ConnectionLostException
Inherits RemoteRpcException
- Inheritance
- Attributes
Constructors
ConnectionLostException() |
Initializes a new instance of the ConnectionLostException class. |
ConnectionLostException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ConnectionLostException class. |
ConnectionLostException(String, Exception) |
Initializes a new instance of the ConnectionLostException class. |
ConnectionLostException(String) |
Initializes a new instance of the ConnectionLostException class. |
Properties
DeserializedErrorData |
Gets or sets the |
ErrorCode |
Gets or sets the value of the |
ErrorData |
Gets or sets the |
Methods
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from RemoteRpcException) |