Table of Contents

Class CatalogException

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

problems IReadOnlyList<string>

Every problem found.

Properties

Problems

Every problem found, one per entry.

public IReadOnlyList<string> Problems { get; }

Property Value

IReadOnlyList<string>