PowerTCP SSH and SFTP for .NET
GetException Method (RemoveResult)




Gets any Exception that occurred during the operation.
Syntax
'Declaration
 
Public Function GetException() As Exception
'Usage
 
Dim instance As RemoveResult
Dim value As Exception
 
value = instance.GetException()
public Exception GetException()
public: Exception* GetException(); 
public:
Exception^ GetException(); 

Return Value

An Exception, otherwise null.
See Also

Reference

RemoveResult Class
RemoveResult Members


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