C# Class Bhaptics.Tact.HapticException

Inheritance: Exception
Datei anzeigen Open project: bhaptics/bhaptics-half-life-alyx

Public Methods

Method 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 method

Initializes a new instance of the HapticException class.
public HapticException ( ) : System
return System

HapticException() public method

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

HapticException() public method

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