Table of Contents

Class ConfigurationException

Namespace
Meraki.Api.Exceptions
Assembly
Meraki.Api.dll

Configuration Exception

public class ConfigurationException : Exception, ISerializable
Inheritance
ConfigurationException
Implements
Inherited Members

Constructors

ConfigurationException()

Initializes a new instance of the ConfigurationException class

public ConfigurationException()

ConfigurationException(string)

Initializes a new instance of the ConfigurationException class with a specified error message

public ConfigurationException(string message)

Parameters

message string

The message that describes the error

ConfigurationException(string, Exception)

Initializes a new instance of the ConfigurationException class with a specified error message and inner exception

public ConfigurationException(string message, Exception innerException)

Parameters

message string

The message that describes the error

innerException Exception

The exception that is the cause of the current exception