C# Class UnityEngine.NUnit.Framework.IgnoreException

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

Public Methods

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

Protected Methods

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

Serialization Constructor

Method Details

IgnoreException() protected method

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

IgnoreException() public method

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

IgnoreException() public method

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