RemoteSerializationException 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.
An exception thrown from back to the client from various JsonRpc request methods when the server failed to serialize the response.
[System.Serializable]
public class RemoteSerializationException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type RemoteSerializationException = class
inherit RemoteRpcException
Public Class RemoteSerializationException
Inherits RemoteRpcException
- Inheritance
- Attributes
Remarks
This exception comes from the ResponseSerializationFailure error code.
Constructors
RemoteSerializationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RemoteSerializationException class. |
RemoteSerializationException(String, Object, Object) |
Initializes a new instance of the RemoteSerializationException 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) |