PowerTCP SSH and SFTP for .NET
ErrorEventArgs Constructor




Exception to save.
Save an exception within this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal exception As Exception _
)
'Usage
 
Dim exception As Exception
 
Dim instance As New ErrorEventArgs(exception)
public ErrorEventArgs( 
   Exception exception
)
public: ErrorEventArgs( 
   Exception* exception
)
public:
ErrorEventArgs( 
   Exception^ exception
)

Parameters

exception
Exception to save.
See Also

Reference

ErrorEventArgs Class
ErrorEventArgs Members


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