C# Class NUnit.Framework.ResultStateException

Inheritance: System.Exception
Mostrar archivo Open project: nunit/nunit

Public Methods

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

Protected Methods

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

Serialization Constructor

Method Details

ResultStateException() protected method

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

ResultStateException() public method

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

ResultStateException() public method

public ResultStateException ( 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