Rebex SFTP for .NET

ProxySocketException Constructor (String, ProxySocketExceptionStatus, Exception)

Initializes a new instance of the ProxySocketException class with the specified error message, status, and a reference to the inner exception that is the cause of this exception.

public ProxySocketException(
   string message,
   ProxySocketExceptionStatus status,
   Exception innerException
);

Parameters

message
The message that describes the error.
status
One of the ProxySocketExceptionStatus values.
innerException
The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

See Also

ProxySocketException Class | Rebex.Net Namespace | ProxySocketException Constructor Overload List