Ancestry.Daisy.Linking.NoLinksPermittedError.NoLinksPermittedError C# (CSharp) Method

NoLinksPermittedError() public method

public NoLinksPermittedError ( string statement, Type scopeType, IStatementDefinition definition ) : System
statement string
scopeType System.Type
definition IStatementDefinition
return System
        public NoLinksPermittedError(string statement, Type scopeType, IStatementDefinition definition)
        {
            Definition = definition;
            Statement = statement;
            ScopeType = scopeType;
        }