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
messagestringThe 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)