public sealed class DescriptorValidationException : Exception, ISerializableThrown when building descriptors fails because the source DescriptorProtos are not valid.
Implements
ISerializableNamespace
Google.Protobuf.ReflectionAssembly
Google.Protobuf.dll
Properties
Description
public string Description { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
The full name of the descriptor where the error occurred. |