Google.Protobuf.Reflection.DescriptorValidationException
Thrown when building descriptors fails because the source DescriptorProtos
are not valid.
namespace Google.Protobuf.Reflection
{
public sealed class DescriptorValidationException : Exception
{
public string ProblemSymbolName { get; }
public string Description { get; }
}
}