Class DescriptorValidationException (3.15.8)

public sealed class DescriptorValidationException : Exception

Thrown when building descriptors fails because the source DescriptorProtos are not valid.

Inheritance

Object > DescriptorValidationException

Namespace

Google.Protobuf.Reflection

Assembly

Google.Protobuf.dll

Properties

Description

public string Description { get; }
Property Value
TypeDescription
String

A human-readable description of the error. (The Message property is made up of the descriptor's name and this description.)

ProblemSymbolName

public String ProblemSymbolName { get; }
Property Value
TypeDescription
String

The full name of the descriptor where the error occurred.