Looking for Exception Messages

Advertisement

InteXX
Joined:
Posts:
29
Location:
Fairbanks, Alaska

Looking for Exception Messages

I've been sifting through the source, trying to find the error text used in SessionRemoteException and SessionLocalException. I'd like to maintain a list of these messages for reference in a wrapper class that I'm building.

But I'm not having much luck. Are they kept in a resource file somewhere? If I'm not mistaken, I believe I remember stumbling on these in some .CHM documentation somewhere quite a while ago.

Thanks,
Jeff Bowman
Fairbanks, Alaska

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,552
Location:
Prague, Czechia

Re: Looking for Exception Messages

The SessionLocalException comes from .NET assembly source code.

But the SessionRemoteException comes from WinSCP application and there are like hundreds of different errors. See source\resource\TextsCore1.rc and source\resource\TextsWin1.rc

Reply with quote

Advertisement

You can post new topics in this forum