RemoteRpcException 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.
Base exception class for any exception that happens while receiving an JSON-RPC communication.
public abstract class RemoteRpcException : Exception
[System.Serializable]
public abstract class RemoteRpcException : Exception
type RemoteRpcException = class
inherit Exception
[<System.Serializable>]
type RemoteRpcException = class
inherit Exception
Public MustInherit Class RemoteRpcException
Inherits Exception
- Inheritance
-
RemoteRpcException
- Derived
- Attributes
Constructors
RemoteRpcException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RemoteRpcException class. |
RemoteRpcException(String, Exception) |
Initializes a new instance of the RemoteRpcException class. |
RemoteRpcException(String) |
Initializes a new instance of the RemoteRpcException class. |
Properties
DeserializedErrorData |
Gets or sets the |
ErrorCode |
Gets or sets the value of the |
ErrorData |
Gets or sets the |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. |