Class TypeReaderWriterException

Exception related to something with a type reader writer

Inheritance
TypeReaderWriterException
Implements
ISerializable
Namespace: VoltRpc.Types
Assembly: VoltRpc.dll
Syntax
public sealed class TypeReaderWriterException : 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