C# Class SimpleC.Excecution.StackOverflowException

Inheritance: System.Exception
Mostrar archivo Open project: nrother/simple-c

Public Methods

Method Description
StackOverflowException ( ) : System
StackOverflowException ( string message ) : System
StackOverflowException ( string message, Exception inner ) : System

Protected Methods

Method Description
StackOverflowException ( System info, System context ) : System

Method Details

StackOverflowException() public method

public StackOverflowException ( ) : System
return System

StackOverflowException() protected method

protected StackOverflowException ( System info, System context ) : System
info System
context System
return System

StackOverflowException() public method

public StackOverflowException ( string message ) : System
message string
return System

StackOverflowException() public method

public StackOverflowException ( string message, Exception inner ) : System
message string
inner System.Exception
return System