Table of Contents

Class ErrorReportsException

Namespace
PushTechnology.ClientInterface.Client.Session
Assembly
Diffusion.Client.dll

Thrown to report one or more IErrorReports}.

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

Remarks

Added in 6.11.

Constructors

ErrorReportsException(string, IReadOnlyCollection<IErrorReport>)

Initializes a new instance of the ErrorReportsException class.

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

Parameters

message string

The exception message.

reports IReadOnlyCollection<IErrorReport>

The list of error reports.

Properties

Reports

Error report collection.

public IReadOnlyCollection<IErrorReport> Reports { get; }

Property Value

IReadOnlyCollection<IErrorReport>