PowerTCP SSH and SFTP for .NET
ServerErrorCodeVerbose Property




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

Property Value

The error code description string.
Remarks

An example is "The filename is not valid."

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