18 using System.Collections.Generic;
20 using System.Runtime.Serialization;
23 namespace RPlugin.Exceptions
47 public RDataException(
string message, Exception innerException) : base(message, innerException) { }
54 protected RDataException(SerializationInfo info, StreamingContext context) : base(info, context) { }