HamBook – Rev 54
?pathlinks?
using System;
namespace HamBook.Radios
{
public class UnmatchedRadioResponseException : Exception
{
public UnmatchedRadioResponseException()
{
}
public UnmatchedRadioResponseException(string name, string answer) : this()
{
Name = name;
Answer = answer;
}
public string Name { get; }
public string Answer { get; }
}
}
Generated by GNU Enscript 1.6.5.90.