Show / Hide Table of Contents

Class ConfigurationException

An exception thrown when there are unexpected configuration issues

Inheritance
System.Object
ConfigurationException
Namespace: FunctionMonkey
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class ConfigurationException : Exception

Constructors

| Improve this Doc View Source

ConfigurationException(String)

Constructor

Declaration
public ConfigurationException(string message)
Parameters
Type Name Description
System.String message

The error message

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall