CmisSync.Lib.Events.ProxyAuthRequiredEvent.ProxyAuthRequiredEvent C# (CSharp) Method

ProxyAuthRequiredEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.ProxyAuthRequiredEvent class.
public ProxyAuthRequiredEvent ( DotCMIS e ) : System
e DotCMIS /// thrown CmisRuntimException indicating the proxy settings problem ///
return System
        public ProxyAuthRequiredEvent(DotCMIS.Exceptions.CmisRuntimeException e) : base(e) {
        }
    }
ProxyAuthRequiredEvent