C# Class UnityEngine.NUnit.Framework.InconclusiveException

Inheritance: System.Exception
Mostrar archivo Open project: Unity-Technologies/nunitv2

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