C# Класс System.OverflowException

Наследование: ArithmeticException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OverflowException ( string message ) : System
OverflowException ( string message, Exception innerException ) : System

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

OverflowException() публичный метод

public OverflowException ( string message ) : System
message string
Результат System

OverflowException() публичный метод

public OverflowException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System