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