Class MethodInvokeFailedException

An Exception related to when a method fails on the host

Inheritance
MethodInvokeFailedException
Implements
ISerializable
Namespace: VoltRpc.Communication
Assembly: VoltRpc.dll
Syntax
public class MethodInvokeFailedException : Exception, ISerializable

Properties

| Edit this page View Source

StackTrace

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

Declaration
public override string StackTrace { get; }
Property Value
TypeDescription
string

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

Overrides
Exception.StackTrace

Implements

ISerializable