Click or drag to resize

SoxException Constructor (String)

Initializes a new instance of the Ups.Sox.SoxException class with a specified error message.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public SoxException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also