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

Inheritance: Exception
Afficher le fichier Open project: aquedev/SpecflowWithNunitRunner

Méthodes publiques

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

Method Details

ScanningCancelledException() public méthode

public ScanningCancelledException ( ) : System
Résultat System

ScanningCancelledException() public méthode

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

ScanningCancelledException() public méthode

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