Class MissingClientSettingsException
Exception thrown when the REST client settings are missing or not properly configured for a specific API. This typically indicates a configuration error that should be reported to the development team.
Inheritance
MissingClientSettingsException
Implements
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public sealed class MissingClientSettingsException : LocalClientException, ISerializable
Constructors
| Edit this page View SourceMissingClientSettingsException(Enum)
Declaration
public MissingClientSettingsException(Enum serviceEnum)
Parameters
| Type | Name | Description |
|---|---|---|
| Enum | serviceEnum |
MissingClientSettingsException(string)
Declaration
public MissingClientSettingsException(string serviceName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceName |