Class InvalidTopicViewException
The exception to report a topic view specification was invalid.
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class InvalidTopicViewException : SessionException
Constructors
InvalidTopicViewException(String, IReadOnlyCollection<IErrorReport>)
Initializes a new InvalidTopicViewException instance.
Declaration
public InvalidTopicViewException(string message, IReadOnlyCollection<IErrorReport> reports)
Parameters
Type | Name | Description |
---|---|---|
String | message | Exception description message. |
IReadOnlyCollection<IErrorReport> | reports | List of error reports. |
Properties
Reports
Gets the error reports.
Declaration
public IReadOnlyCollection<IErrorReport> Reports { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IErrorReport> | The error reports. |