Class RemoteServerOptionsException
- 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
messagestringException message.
reportsList<IErrorReport>The error reports.
Methods
GetReports()
Returns the error reports generated.
public List<IErrorReport> GetReports()
Returns
- List<IErrorReport>
The error reports generated.