Rebex SFTP for .NET

ProxySocketException Constructor

Initializes a new instance of the ProxySocketException class with serialized data.

Overload List

Initializes a new instance of the ProxySocketException class with the reference to the socket exception that is the cause of this exception.

public ProxySocketException(SocketException);

Initializes a new instance of the ProxySocketException class with serialized data.

public ProxySocketException(SerializationInfo,StreamingContext);

Initializes a new instance of the ProxySocketException class with the specified error message and status.

public ProxySocketException(string,ProxySocketExceptionStatus);

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,ProxySocketExceptionStatus,Exception);

See Also

ProxySocketException Class | Rebex.Net Namespace