PowerTCP SSH and SFTP for .NET
ServerErrorCode Property




Gets the error code sent by the server.
Syntax
'Declaration
 
Public ReadOnly Property ServerErrorCode As UInteger
'Usage
 
Dim instance As SftpException
Dim value As UInteger
 
value = instance.ServerErrorCode
public uint ServerErrorCode {get;}
public: __property uint get_ServerErrorCode();
public:
property uint ServerErrorCode {
   uint get();
}

Property Value

The error code uint.
See Also

Reference

SftpException Class
SftpException Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic