C# Класс 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.
Наследование: kOS.Safe.Exceptions.KOSException
Показать файл Открыть проект

Открытые методы

Метод Описание
KOSNumberParseException ( string attemptedString )

Приватные методы

Метод Описание
BuildVerboseMessage ( ) : string

Описание методов

KOSNumberParseException() публичный Метод

public KOSNumberParseException ( string attemptedString )
attemptedString string