using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IStation.DataDockingApi
{
///
///
///
public class Exception : System.Exception
{
///
///
///
public Exception() : base() { }
///
///
///
public Exception(string message) : base(message) { }
///
///
///
public Exception(string message, System.Exception innerException) : base(message, innerException) { }
}
}