C# Класс SimpleC.Excecution.StackOverflowException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

Метод Описание
StackOverflowException ( System info, System context ) : System

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

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

public StackOverflowException ( ) : System
Результат System

StackOverflowException() защищенный Метод

protected StackOverflowException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

public StackOverflowException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System