RemoteInvocationException 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.
Remote RPC exception that indicates that the server target method threw an exception.
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
type RemoteInvocationException = class
inherit RemoteRpcException
[<System.Serializable>]
type RemoteInvocationException = class
inherit RemoteRpcException
Public Class RemoteInvocationException
Inherits RemoteRpcException
- Inheritance
- Attributes
Remarks
The details of the target method exception can be found on the ErrorCode and ErrorData properties.
Constructors
RemoteInvocationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RemoteInvocationException class. |
RemoteInvocationException(String, Int32, Exception) |
Initializes a new instance of the RemoteInvocationException class. |
RemoteInvocationException(String, Int32, Object, Object) |
Initializes a new instance of the RemoteInvocationException class. |
RemoteInvocationException(String, Int32, Object) |
Initializes a new instance of the RemoteInvocationException class. |
RemoteInvocationException(String, String, String, JToken) |
Initializes a new instance of the RemoteInvocationException class. |
RemoteInvocationException(String, String, String) |
Initializes a new instance of the RemoteInvocationException class. |
Properties
DeserializedErrorData |
Gets the |
DeserializedErrorData |
Gets or sets the |
ErrorCode |
Gets the value of the |
ErrorCode |
Gets or sets the value of the |
ErrorData |
Gets the |
ErrorData |
Gets or sets the |
RemoteErrorCode |
Gets the value of the |
RemoteStackTrace |
Gets the value of the |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. |
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from RemoteRpcException) |
ToString() | Creates and returns a string representation of the current exception. |