- namespace System.Net.HomeMatic.Exceptions {
- public class Exception_CantSetDataPoint : Exception {
- public Exception_CantSetDataPoint(HMDataPoint DataPoint)
- : base("The DataPoint ("+DataPoint.Name+" of type "+DataPoint.DataType+") is read only") {
- }
- }
- }
|