C# 클래스 UnityEngine.NUnit.Framework.IgnoreException

상속: System.Exception
파일 보기 프로젝트 열기: Unity-Technologies/nunitv2

공개 메소드들

메소드 설명
IgnoreException ( string message ) : System
IgnoreException ( string message, Exception inner ) : System

보호된 메소드들

메소드 설명
IgnoreException ( System info, System context ) : System

Serialization Constructor

메소드 상세

IgnoreException() 보호된 메소드

Serialization Constructor
protected IgnoreException ( System info, System context ) : System
info System
context System
리턴 System

IgnoreException() 공개 메소드

public IgnoreException ( string message ) : System
message string
리턴 System

IgnoreException() 공개 메소드

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
리턴 System