SessionException Class
Exception associated with specific Session instance.
Advertisement
Syntax
Namespace: WinSCP
C#
public class SessionException : Exception
VB.NET
Public Class SessionException Inherits Exception
Properties
| Name | Description |
|---|---|
| Session Session | Session instance that the exception originates from. |
Remarks
This is class is never directly instantiated. It is only base class for SessionLocalException and SessionRemoteException.