C# 클래스 Bhaptics.Tact.HapticException

상속: Exception
파일 보기 프로젝트 열기: bhaptics/bhaptics-half-life-alyx

공개 메소드들

메소드 설명
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.

메소드 상세

HapticException() 공개 메소드

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

HapticException() 공개 메소드

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

HapticException() 공개 메소드

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