PowerTCP SSH and SFTP for .NET
ServerErrorCodeSymbolic Property




Gets the symbolic name of the error code as given in the SFTP specs.
Syntax
'Declaration
 
Public ReadOnly Property ServerErrorCodeSymbolic As String
'Usage
 
Dim instance As SftpException
Dim value As String
 
value = instance.ServerErrorCodeSymbolic
public string ServerErrorCodeSymbolic {get;}
public: __property string* get_ServerErrorCodeSymbolic();
public:
property String^ ServerErrorCodeSymbolic {
   String^ get();
}

Property Value

The symbolic error string.
Remarks

An example is "SSH_FX_INVALID_FILENAME".

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