Table of Contents

Class SoundCardException

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents errors that occur while interacting with the SoundCard loader module.

[Serializable]
public class SoundCardException : Exception, ISerializable, _Exception
Inheritance
SoundCardException
Implements
Inherited Members

Constructors

SoundCardException()

Initializes a new instance of the SoundCardException class.

SoundCardException(SerializationInfo, StreamingContext)

Initializes a new instance of the Exception class with serialized data.

SoundCardException(string)

Initializes a new instance of the SoundCardException class with a specified error message.

SoundCardException(string, Exception)

Initializes a new instance of the SoundCardException class with a specified error message and a reference to the inner exception that is the cause of this exception.