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
-
objectExceptionSunVoxException
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
codeintmethodstring
SunVoxException(int, string, string)
public SunVoxException(int code, string method, string message)
Parameters
codeintmethodstringmessagestring
SunVoxException(long, string, string)
public SunVoxException(long code, string method, string message)
Parameters
codelongmethodstringmessagestring
SunVoxException(string)
public SunVoxException(string message)
Parameters
messagestring
SunVoxException(string, Exception)
public SunVoxException(string message, Exception innerException)
Parameters
messagestringinnerExceptionException
SunVoxException(uint, string?)
public SunVoxException(uint code, string? method = null)
Parameters
codeuintmethodstring
SunVoxException(ulong, string, string)
public SunVoxException(ulong code, string method, string message)
Parameters
codeulongmethodstringmessagestring