Table of Contents

Class SunVoxException

Namespace
SunSharp
Assembly
SunSharp.dll

Represents errors that occur when the SunVox library returns an unexpected value or is called in an invalid state.

public sealed class SunVoxException : Exception
Inheritance
object
Exception
SunVoxException

Remarks

Additional diagnostic information may be available in the standard output of the process hosting the SunVox library. Check STDOUT for details if this exception is thrown.

Constructors

SunVoxException()

public SunVoxException()

SunVoxException(int, string?)

public SunVoxException(int code, string? method = null)

Parameters

code int
method string

SunVoxException(int, string, string)

public SunVoxException(int code, string method, string message)

Parameters

code int
method string
message string

SunVoxException(long, string, string)

public SunVoxException(long code, string method, string message)

Parameters

code long
method string
message string

SunVoxException(string)

public SunVoxException(string message)

Parameters

message string

SunVoxException(string, Exception)

public SunVoxException(string message, Exception innerException)

Parameters

message string
innerException Exception

SunVoxException(uint, string?)

public SunVoxException(uint code, string? method = null)

Parameters

code uint
method string

SunVoxException(ulong, string, string)

public SunVoxException(ulong code, string method, string message)

Parameters

code ulong
method string
message string