C# Class TechTalk.SpecFlow.Parser.Gherkin.ScanningCancelledException

Inheritance: Exception
Show file Open project: aquedev/SpecflowWithNunitRunner

Public Methods

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

Method Details

ScanningCancelledException() public method

public ScanningCancelledException ( ) : System
return System

ScanningCancelledException() public method

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

ScanningCancelledException() public method

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