C# 클래스 OpenTK.Audio.AudioDeviceException

상속: AudioException
파일 보기 프로젝트 열기: hultqvist/opentk

공개 메소드들

메소드 설명
AudioDeviceException ( ) : System

Constructs a new AudioDeviceException.

AudioDeviceException ( string message ) : System

Constructs a new AudioDeviceException with the specified error message.

메소드 상세

AudioDeviceException() 공개 메소드

Constructs a new AudioDeviceException.
public AudioDeviceException ( ) : System
리턴 System

AudioDeviceException() 공개 메소드

Constructs a new AudioDeviceException with the specified error message.
public AudioDeviceException ( string message ) : System
message string The error message of the AudioDeviceException.
리턴 System