Click or drag to resize
SoxException Constructor
Initializes a new instance of the SoxException class

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public SoxException(
	int code,
	string message
)

Parameters

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:Alvas.Audio.SoxException.#ctor(System.Int32,System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Alvas.Audio.SoxException.#ctor(System.Int32,System.String)"]

See Also