FieldSerializationResult.ErrorMessages

FieldSerializationResult.ErrorMessages property

Gets the error messages associated with the serialization process.

public HashSet<string> ErrorMessages { get; }

Property Value

A set of error messages.

See Also