C# Class NBoilerpipe.BoilerpipeProcessingException

Inheritance: System.Exception
Show file Open project: oganix/NBoilerpipe

Public Methods

Method Description
BoilerpipeProcessingException ( ) : System
BoilerpipeProcessingException ( string message ) : System
BoilerpipeProcessingException ( string message, Exception cause ) : System

Method Details

BoilerpipeProcessingException() public method

public BoilerpipeProcessingException ( ) : System
return System

BoilerpipeProcessingException() public method

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

BoilerpipeProcessingException() public method

public BoilerpipeProcessingException ( string message, Exception cause ) : System
message string
cause System.Exception
return System