C# Class NConsoler.NConsolerException

Can be used for safe exception throwing - NConsoler will catch the exception
Inheritance: System.Exception
Afficher le fichier Open project: esbencarlsen/NCrawler

Méthodes publiques

Méthode Description
NConsolerException ( ) : System
NConsolerException ( string message ) : System
NConsolerException ( string message, Exception innerException ) : System

Method Details

NConsolerException() public méthode

public NConsolerException ( ) : System
Résultat System

NConsolerException() public méthode

public NConsolerException ( string message ) : System
message string
Résultat System

NConsolerException() public méthode

public NConsolerException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System