Ancestry.Daisy.Program.DaisyRuntimeException.DaisyRuntimeException C# (CSharp) Method

DaisyRuntimeException() public method

public DaisyRuntimeException ( string message ) : System
message string
return System
        public DaisyRuntimeException(string message)
            : base(message)
        {
        }
DaisyRuntimeException