Exemplo n.º 1
0
 ///<summary>
 /// Creates a PopServerLockedException with the given inner exception
 ///</summary>
 ///<param name="innerException">The exception that is the cause of this exception</param>
 public PopServerLockedException(PopServerException innerException)
     : base("The account is locked or in use", innerException)
 {
 }
Exemplo n.º 2
0
		///<summary>
		/// Creates a PopServerLockedException with the given inner exception
		///</summary>
		///<param name="innerException">The exception that is the cause of this exception</param>
		public PopServerLockedException(PopServerException innerException)
			: base("The account is locked or in use", innerException)
		{ }