Show / Hide Table of Contents

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
object
Exception
InvalidParamFormatException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class InvalidParamFormatException : Exception, ISerializable

Constructors

| Improve this Doc View Source

InvalidParamFormatException(string, Type)

Declaration
public InvalidParamFormatException(string key, Type format)
Parameters
Type Name Description
string key
Type format

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