JsonMessageFormatter.IJsonRpcMessageFactory.CreateErrorMessage Method
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.
Creates an instance of JsonRpcError suitable for transmission over the IJsonRpcMessageFormatter.
StreamJsonRpc.Protocol.JsonRpcError IJsonRpcMessageFactory.CreateErrorMessage ();
abstract member StreamJsonRpc.IJsonRpcMessageFactory.CreateErrorMessage : unit -> StreamJsonRpc.Protocol.JsonRpcError
override this.StreamJsonRpc.IJsonRpcMessageFactory.CreateErrorMessage : unit -> StreamJsonRpc.Protocol.JsonRpcError
Function CreateErrorMessage () As JsonRpcError Implements IJsonRpcMessageFactory.CreateErrorMessage
Returns
An instance of JsonRpcError.