C# Class System.StackOverflowException

Inheritance: SystemException
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
StackOverflowException ( ) : System.Runtime.InteropServices
StackOverflowException ( string message ) : System.Runtime.InteropServices
StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices

Private Methods

Méthode Description
StackOverflowException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

StackOverflowException() public méthode

public StackOverflowException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

StackOverflowException() public méthode

public StackOverflowException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

StackOverflowException() public méthode

public StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Résultat System.Runtime.InteropServices