C# 클래스 ShouldThrowExceptionAttribute, UnityTest

상속: System.Attribute
파일 보기 프로젝트 열기: MrJoy/UnityTest

공개 프로퍼티들

프로퍼티 타입 설명
allowedExceptionType System.Type

공개 메소드들

메소드 설명
ShouldThrowExceptionAttribute ( ) : UnityEngine
ShouldThrowExceptionAttribute ( System t ) : UnityEngine

메소드 상세

ShouldThrowExceptionAttribute() 공개 메소드

public ShouldThrowExceptionAttribute ( ) : UnityEngine
리턴 UnityEngine

ShouldThrowExceptionAttribute() 공개 메소드

public ShouldThrowExceptionAttribute ( System t ) : UnityEngine
t System
리턴 UnityEngine

프로퍼티 상세

allowedExceptionType 공개적으로 프로퍼티

public Type,System allowedExceptionType
리턴 System.Type