|
@@ -9,6 +9,10 @@ namespace WinSCP
|
|
[ComVisible(true)]
|
|
[ComVisible(true)]
|
|
public class SessionRemoteExceptionCollection : ICollection<SessionRemoteException>
|
|
public class SessionRemoteExceptionCollection : ICollection<SessionRemoteException>
|
|
{
|
|
{
|
|
|
|
+ internal SessionRemoteExceptionCollection()
|
|
|
|
+ {
|
|
|
|
+ }
|
|
|
|
+
|
|
public SessionRemoteException this[int index]
|
|
public SessionRemoteException this[int index]
|
|
{
|
|
{
|
|
get
|
|
get
|