2 using System.Collections.Generic;
3 using System.Runtime.Serialization;
18 public NoDataException(
string message, Exception innerException) : base(message, innerException)
22 protected NoDataException(SerializationInfo info, StreamingContext context) : base(info, context)