C# 클래스 UnityEngine.MissingComponentException

상속: SystemException
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
MissingComponentException ( )
MissingComponentException ( string message )
MissingComponentException ( string message, Exception innerException )
MissingComponentException ( ) : System
MissingComponentException ( string message ) : System
MissingComponentException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
MissingComponentException ( SerializationInfo info, StreamingContext context )
MissingComponentException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

MissingComponentException() 공개 메소드

MissingComponentException() 보호된 메소드

protected MissingComponentException ( SerializationInfo info, StreamingContext context )
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext

MissingComponentException() 공개 메소드

public MissingComponentException ( string message )
message string

MissingComponentException() 공개 메소드

public MissingComponentException ( string message, Exception innerException )
message string
innerException System.Exception

MissingComponentException() 공개 메소드

public MissingComponentException ( ) : System
리턴 System

MissingComponentException() 보호된 메소드

protected MissingComponentException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

MissingComponentException() 공개 메소드

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

MissingComponentException() 공개 메소드

public MissingComponentException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System