C# Class ScanExeption, tf_client

Exceptions that are thrown by this namespace and the Scanner Class
Inheritance: Exception
显示文件 Open project: wids-eria/tf_client

Public Methods

Method Description
ScanExeption ( ) : UnityEngine
ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
ScanExeption ( string message ) : UnityEngine
ScanExeption ( string message, Exception inner ) : UnityEngine

Method Details

ScanExeption() public method

public ScanExeption ( ) : UnityEngine
return UnityEngine

ScanExeption() public method

public ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
info SerializationInfo
context StreamingContext
return UnityEngine

ScanExeption() public method

public ScanExeption ( string message ) : UnityEngine
message string
return UnityEngine

ScanExeption() public method

public ScanExeption ( string message, Exception inner ) : UnityEngine
message string
inner Exception
return UnityEngine