Show / Hide Table of Contents

Class AudioDeviceException

Represents exceptions related to an OpenTK.Audio device.

Inheritance
Object
Exception
AudioException
AudioDeviceException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: OpenTK.Audio
Assembly: OpenTK.dll
Syntax
public class AudioDeviceException : AudioException, ISerializable, _Exception

Constructors

AudioDeviceException()

Constructs a new AudioDeviceException.

Declaration
public AudioDeviceException()

AudioDeviceException(String)

Constructs a new AudioDeviceException with the specified error message.

Declaration
public AudioDeviceException(string message)
Parameters
Type Name Description
String message

The error message of the AudioDeviceException.

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
In This Article
Back to top Generated by DocFX