C# Class Bhaptics.Tact.HapticException

Inheritance: Exception
Afficher le fichier Open project: bhaptics/bhaptics-half-life-alyx

Méthodes publiques

Méthode Description
HapticException ( ) : System

Initializes a new instance of the HapticException class.

HapticException ( string message ) : System

Initializes a new instance of the HapticException class.

HapticException ( string message, Exception exception ) : System

Initializes a new instance of the HapticException class.

Method Details

HapticException() public méthode

Initializes a new instance of the HapticException class.
public HapticException ( ) : System
Résultat System

HapticException() public méthode

Initializes a new instance of the HapticException class.
public HapticException ( string message ) : System
message string The message.
Résultat System

HapticException() public méthode

Initializes a new instance of the HapticException class.
public HapticException ( string message, Exception exception ) : System
message string The message.
exception Exception The exception.
Résultat System