C# Класс System.StackOverflowException

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

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

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

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

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

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

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

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

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

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

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

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