C# Class System.StackOverflowException

Inheritance: SystemException
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
StackOverflowException ( ) : System.Runtime.InteropServices
StackOverflowException ( string message ) : System.Runtime.InteropServices
StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices

Private Methods

Method Description
StackOverflowException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

StackOverflowException() public method

public StackOverflowException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

StackOverflowException() public method

public StackOverflowException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

StackOverflowException() public method

public StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices