C# Class ScanExeption, tf_client

Exceptions that are thrown by this namespace and the Scanner Class
Inheritance: Exception
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Méthode Description
ScanExeption ( ) : UnityEngine
ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
ScanExeption ( string message ) : UnityEngine
ScanExeption ( string message, Exception inner ) : UnityEngine

Method Details

ScanExeption() public méthode

public ScanExeption ( ) : UnityEngine
Résultat UnityEngine

ScanExeption() public méthode

public ScanExeption ( SerializationInfo info, StreamingContext context ) : UnityEngine
info SerializationInfo
context StreamingContext
Résultat UnityEngine

ScanExeption() public méthode

public ScanExeption ( string message ) : UnityEngine
message string
Résultat UnityEngine

ScanExeption() public méthode

public ScanExeption ( string message, Exception inner ) : UnityEngine
message string
inner Exception
Résultat UnityEngine