FailedEventArgs Class
Provides data for Session.Failed event.
Syntax
Namespace: WinSCP
C#
public sealed class FailedEventArgs : OperationEventArgs
VB.NET
Public NotInheritable Class FailedEventArgs Inherits OperationEventArgs
Properties
| Name | Description |
|---|---|
| SessionRemoteException Error | Error that occured during operation. See also Capturing results of operations. Read-only. (Inherited from OperationEventArgs.) |
Methods
| Name | Description |
|---|---|
| string ToString() | Returns the error message. (Overrides Object.ToString().) |
Remarks
This class is used by Session.Failed event.