Show / Hide Table of Contents

Class ParameterNotFoundException

Thrown when a parameter is requested from the Configuration but was not found in the configuration.

Inheritance
object
Exception
ParameterNotFoundException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class ParameterNotFoundException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ParameterNotFoundException(string)

Declaration
public ParameterNotFoundException(string key)
Parameters
Type Name Description
string key

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX