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