CmisSync.Lib.Events.ProxyAuthRequiredEvent.ProxyAuthRequiredEvent C# (CSharp) Метод

ProxyAuthRequiredEvent() публичный Метод

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 ///
Результат System
        public ProxyAuthRequiredEvent(DotCMIS.Exceptions.CmisRuntimeException e) : base(e) {
        }
    }
ProxyAuthRequiredEvent