C# Class NConsoler.NConsolerException

Can be used for safe exception throwing - NConsoler will catch the exception
Inheritance: System.Exception
ファイルを表示 Open project: esbencarlsen/NCrawler

Public Methods

Method Description
NConsolerException ( ) : System
NConsolerException ( string message ) : System
NConsolerException ( string message, Exception innerException ) : System

Method Details

NConsolerException() public method

public NConsolerException ( ) : System
return System

NConsolerException() public method

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

NConsolerException() public method

public NConsolerException ( string message, Exception innerException ) : System
message string
innerException Exception
return System