C# Class TechTalk.SpecFlow.Generator.TestGeneratorException

Inheritance: Exception
显示文件 Open project: aquedev/SpecflowWithNunitRunner

Public Methods

Method Description
TestGeneratorException ( ) : System
TestGeneratorException ( string message ) : System
TestGeneratorException ( string message, Exception inner ) : System

Protected Methods

Method Description
TestGeneratorException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TestGeneratorException() public method

public TestGeneratorException ( ) : System
return System

TestGeneratorException() protected method

protected TestGeneratorException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

TestGeneratorException() public method

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

TestGeneratorException() public method

public TestGeneratorException ( string message, Exception inner ) : System
message string
inner Exception
return System