C# Class UnityEngine.NUnit.Framework.AssertionException

Inheritance: System.Exception
Show file Open project: Unity-Technologies/nunitv2

Public Methods

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

Protected Methods

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

Serialization Constructor

Method Details

AssertionException() protected method

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

AssertionException() public method

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

AssertionException() public method

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