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
messagestringThe exception message.
reportsIReadOnlyCollection<IErrorReport>The list of error reports.
Properties
Reports
Error report collection.
public IReadOnlyCollection<IErrorReport> Reports { get; }