C# Class NUnit.Framework.InconclusiveException

Inheritance: ResultStateException
Mostrar archivo Open project: nunit/nunit

Public Methods

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

Protected Methods

Method Description
InconclusiveException ( System info, System context ) : System

Serialization Constructor

Method Details

InconclusiveException() protected method

Serialization Constructor
protected InconclusiveException ( System info, System context ) : System
info System
context System
return System

InconclusiveException() public method

public InconclusiveException ( string message ) : System
message string The error message that explains /// the reason for the exception
return System

InconclusiveException() public method

public InconclusiveException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner System.Exception The exception that caused the /// current exception
return System