Class ParameterNotFoundException
Thrown when a parameter is requested from the Configuration but was not found in the configuration.
Inheritance
ParameterNotFoundException
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
Overrides
Implements