C# 클래스 OpenTK.Audio.AudioException

Represents exceptions related to the OpenTK.Audio subsystem.
상속: System.Exception
파일 보기 프로젝트 열기: hultqvist/opentk

공개 메소드들

메소드 설명
AudioException ( ) : System

Constructs a new AudioException.

AudioException ( string message ) : System

Constructs a new AudioException with the specified error message.

메소드 상세

AudioException() 공개 메소드

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

AudioException() 공개 메소드

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