Ancestry.Daisy.Statements.CannotLinkStatementException.CannotLinkStatementException C# (CSharp) Method

CannotLinkStatementException() public method

public CannotLinkStatementException ( MethodInfo method, string message ) : System
method System.Reflection.MethodInfo
message string
return System
        public CannotLinkStatementException(MethodInfo method,string message)
            : base(message)
        {
            StatementName = method.Name;
        }
CannotLinkStatementException