C# Class Sharpen.RuntimeException

Inheritance: System.Exception
Afficher le fichier Open project: oganix/NBoilerpipe

Méthodes publiques

Méthode Description
RuntimeException ( ) : System
RuntimeException ( Exception ex ) : System
RuntimeException ( string msg ) : System
RuntimeException ( string msg, Exception ex ) : System

Method Details

RuntimeException() public méthode

public RuntimeException ( ) : System
Résultat System

RuntimeException() public méthode

public RuntimeException ( Exception ex ) : System
ex System.Exception
Résultat System

RuntimeException() public méthode

public RuntimeException ( string msg ) : System
msg string
Résultat System

RuntimeException() public méthode

public RuntimeException ( string msg, Exception ex ) : System
msg string
ex System.Exception
Résultat System