RemoteMethodNotFoundException 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 requested target method was not found on the server.
public class RemoteMethodNotFoundException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteMethodNotFoundException : StreamJsonRpc.RemoteRpcException
type RemoteMethodNotFoundException = class
inherit RemoteRpcException
[<System.Serializable>]
type RemoteMethodNotFoundException = class
inherit RemoteRpcException
Public Class RemoteMethodNotFoundException
Inherits RemoteRpcException
- Inheritance
- Attributes
Remarks
Check the exception message for the reasons why the method was not found. It's possible that there was a method with the matching name, but it was not public, had ref or out params, or its arguments were incompatible with the arguments supplied by the client.
Constructors
RemoteMethodNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RemoteMethodNotFoundException 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 |
TargetMethod |
Gets the name of the target method that was not found. |
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) |