HamBook – Rev 54

Subversion Repositories:
Rev:
using System;

namespace HamBook
{
    public class MemoryTuneException : Exception
    {
        public MemoryTuneException(MemoryTuneExceptionCode reason, string message) : base(message)
        {
            MemoryTuneExceptionReason = reason;
        }

        public MemoryTuneExceptionCode MemoryTuneExceptionReason { get; }
    }
}

Generated by GNU Enscript 1.6.5.90.