TProtocolException

A protocol-level exception.

Constructors

this
this(Type type, string file, size_t line, Throwable next)
this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Type type, string file, size_t line, Throwable next)

Members

Enums

Type
enum Type

The possible exception types.

Functions

type
Type type()

Variables

type_
Type type_;
Undocumented in source.

Meta