Exemple #1
0
 public RasDialCallbackExceptionPolicy(IRasGetErrorString rasGetErrorString)
     : base(rasGetErrorString)
 {
 }
 public DefaultExceptionPolicy(IRasGetErrorString rasGetErrorString)
 {
     this.rasGetErrorString = rasGetErrorString ?? throw new ArgumentNullException(nameof(rasGetErrorString));
 }
 public RasGetConnectStatusExceptionPolicy(IRasGetErrorString rasGetErrorString)
     : base(rasGetErrorString)
 {
 }