C# Класс System.DivideByZeroException

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

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

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

Защищенные методы

Метод Описание
DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

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

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

public DivideByZeroException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

DivideByZeroException() защищенный метод

protected DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices

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

public DivideByZeroException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

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

public DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Результат System.Runtime.InteropServices