C# 클래스 OpenTK.Audio.AudioContextException

Represents exceptions related to an OpenTK.Audio.AudioContext.
상속: AudioException
파일 보기 프로젝트 열기: hultqvist/opentk

공개 메소드들

메소드 설명
AudioContextException ( ) : System

Constructs a new AudioContextException.

AudioContextException ( string message ) : System

Constructs a new AudioContextException with the specified error message.

메소드 상세

AudioContextException() 공개 메소드

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

AudioContextException() 공개 메소드

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