Class CatalogException
Thrown when a catalog breaks a rule of 03-wire-protocol. The message lists every problem found, not only the first.
public sealed class CatalogException : Exception, ISerializable
- Inheritance
-
CatalogException
- Implements
- Inherited Members
Constructors
CatalogException(IReadOnlyList<string>)
Creates the exception.
public CatalogException(IReadOnlyList<string> problems)
Parameters
problemsIReadOnlyList<string>Every problem found.
Properties
Problems
Every problem found, one per entry.
public IReadOnlyList<string> Problems { get; }