C# Class kOS.Safe.Exceptions.KOSNumberParseException

Indicates that KOS attempted to turn a string into a number but the string was not in a recognized number format.
Inheritance: kOS.Safe.Exceptions.KOSException
Mostrar archivo Open project: KSP-KOS/KOS

Public Methods

Method Description
KOSNumberParseException ( string attemptedString )

Private Methods

Method Description
BuildVerboseMessage ( ) : string

Method Details

KOSNumberParseException() public method

public KOSNumberParseException ( string attemptedString )
attemptedString string