Table of Contents

Class InvalidFilterException

Namespace
PushTechnology.DiffusionCore.Exceptions
Assembly
Diffusion.Client.dll

The exception used to report a filter expression is invalid.

public class InvalidFilterException : SessionException, ISerializable
Inheritance
InvalidFilterException
Implements
Inherited Members

Constructors

InvalidFilterException(string, IReadOnlyCollection<IErrorReport>)

Constructor.

public InvalidFilterException(string message, IReadOnlyCollection<IErrorReport> reports)

Parameters

message string

The exception description message.

reports IReadOnlyCollection<IErrorReport>

The list of error reports.

Properties

Reports

Gets the reports.

public IReadOnlyCollection<IErrorReport> Reports { get; }

Property Value

IReadOnlyCollection<IErrorReport>

The list of error reports.