LocalRpcException Class

Definition

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

Name Description
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

Name Description
ErrorCode

Gets or sets the value for the error.code property.

ErrorData

Gets or sets the value for the error.data property.

Applies to