C# 클래스 ScanExeption, tf_client

Exceptions that are thrown by this namespace and the Scanner Class
상속: Exception
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 메소드들

메소드 설명
ScanExeption ( ) : UnityEngine
ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
ScanExeption ( string message ) : UnityEngine
ScanExeption ( string message, Exception inner ) : UnityEngine

메소드 상세

ScanExeption() 공개 메소드

public ScanExeption ( ) : UnityEngine
리턴 UnityEngine

ScanExeption() 공개 메소드

public ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
info SerializationInfo
context StreamingContext
리턴 UnityEngine

ScanExeption() 공개 메소드

public ScanExeption ( string message ) : UnityEngine
message string
리턴 UnityEngine

ScanExeption() 공개 메소드

public ScanExeption ( string message, Exception inner ) : UnityEngine
message string
inner Exception
리턴 UnityEngine