LocalRpcException 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 that may be thrown within a locally invoked server method, and carries with it data that influences the JSON-RPC error message's error object.
public class LocalRpcException : Exception
type LocalRpcException = class
inherit Exception
Public Class LocalRpcException
Inherits Exception
- Inheritance
-
LocalRpcException
Constructors
LocalRpcException() |
Initializes a new instance of the LocalRpcException class. |
LocalRpcException(String, Exception) |
Initializes a new instance of the LocalRpcException class. |
LocalRpcException(String) |
Initializes a new instance of the LocalRpcException class. |
Properties
ErrorCode |
Gets or sets the value for the error.code property. |
ErrorData |
Gets or sets the value for the error.data property. |