/// <summary>The default constructor for BadPasswordException.</summary>
 /// <remarks>The default constructor for BadPasswordException.</remarks>
 /// <param name="message"></param>
 public CannotFetchDataException(CannotFetchDataException.MSG message, string serviceName
                                 )
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }
 /// <summary>The default constructor for BadPasswordException.</summary>
 /// <remarks>The default constructor for BadPasswordException.</remarks>
 /// <param name="message"></param>
 public CannotFetchDataException(CannotFetchDataException.MSG message, string serviceName
     )
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }
Exemple #3
0
 /// <summary>The default constructor for BadPasswordException.</summary>
 /// <remarks>The default constructor for BadPasswordException.</remarks>
 /// <param name="message"></param>
 public CannotFetchDataException(MSG message, string serviceName)
 {
     this.key = message;
 }