Synergex.SynergyDE.SynException
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
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 Exception classes 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)