C# Class UnityEngine.NUnit.Framework.SuccessException

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

Public Methods

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

Protected Methods

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

Serialization Constructor

Method Details

SuccessException() protected method

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

SuccessException() public method

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

SuccessException() public method

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