PowerTCP SSH and SFTP for .NET
ServerErrorMessage Property




Get the error message sent from the server.
Syntax
'Declaration
 
Public ReadOnly Property ServerErrorMessage As String
'Usage
 
Dim instance As SftpException
Dim value As String
 
value = instance.ServerErrorMessage
public string ServerErrorMessage {get;}
public: __property string* get_ServerErrorMessage();
public:
property String^ ServerErrorMessage {
   String^ get();
}

Property Value

The error message string.
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