Namespace: DeltaEngine.MultimediaAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public SoundNotFoundOrAccessible(
string soundName,
Exception innerException
)
public SoundNotFoundOrAccessible(
string soundName,
Exception innerException
)
Public Sub New (
soundName As String,
innerException As Exception
)
Public Sub New (
soundName As String,
innerException As Exception
)
public:
SoundNotFoundOrAccessible(
String^ soundName,
Exception^ innerException
)
public:
SoundNotFoundOrAccessible(
String^ soundName,
Exception^ innerException
)
new :
soundName : string *
innerException : Exception -> SoundNotFoundOrAccessible
new :
soundName : string *
innerException : Exception -> SoundNotFoundOrAccessible