コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DfaErrorHandler"/> class.
 /// </summary>
 /// <param name="service">The service associated with this error handler.
 /// </param>
 public DfaErrorHandler(DfaSoapClient service)
     : base(service.User.Config)
 {
     this.service = service;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DfaErrorHandler"/> class.
 /// </summary>
 /// <param name="service">The service associated with this error handler.
 /// </param>
 public DfaErrorHandler(DfaSoapClient service)
     : base(service.User.Config)
 {
     this.service = service;
 }