Table of Contents

Class RemoteServerOptionsException

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

Exception thrown when one or more of the options specified when creating a remote server have been found to be invalid.

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

Constructors

RemoteServerOptionsException(string, List<IErrorReport>)

Initializes a new instance of the RemoteServerOptionsException class.

public RemoteServerOptionsException(string message, List<IErrorReport> reports)

Parameters

message string

Exception message.

reports List<IErrorReport>

The error reports.

Methods

GetReports()

Returns the error reports generated.

public List<IErrorReport> GetReports()

Returns

List<IErrorReport>

The error reports generated.