Table of Contents

Class GrpcException

Namespace
DMediatR
Assembly
DMediatR.dll

Custom exception which extracts and returns the remote stack trace from the Details Metadata of a non-TLS RpcException throw on a remote.

public class GrpcException : Exception, ISerializable
Inheritance
GrpcException
Implements
Inherited Members

Constructors

GrpcException(RpcException)

public GrpcException(RpcException ex)

Parameters

ex RpcException

Properties

StackTrace

Gets a string representation of the immediate frames on the call stack.

public override string? StackTrace { get; }

Property Value

string

A string that describes the immediate frames of the call stack.