using ShareeBike.MultilingualResources; namespace ShareeBike.Repository.Exception { public class WebConnectFailureException : CommunicationException { /// /// Constructs a communication exception object. /// /// /// public WebConnectFailureException(string message, System.Exception exception) : base(message, exception) { } } }