Class InvalidParamFormatException
Thrown when a parameter is requested from the Configuration, but was unable to be converted to the requested format (int/float/bool).
Inheritance
InvalidParamFormatException
Assembly: PlayUR.dll
public class InvalidParamFormatException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
Declaration
public InvalidParamFormatException(string key, Type format)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public override string Message { get; }
Property Value
Overrides
Implements