Synergex.SynergyDE.SynException
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
namespace Synergex.SynergyDE public class SynException extends System.Exception
The SynException class is used for structured exception handling and extends the System.Exception parent class by adding more error information. All Synergy/DE exceptions derive from this class. See Error Handling for more information.
public SynException()
Default constructor.
or
public SynException(message)
Passes in an error message (string).
or
public SynException(message, inner)
Passes in an error message (string) and the inner exception (@Exception).
The error number of the exception. (int)
One or more information messages (if error information is available) separated by end of line characters. (string)
The line number where the exception occurred. (int)
The system error number. (int)
The integer source file number. (int)