ErrorChecker.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( ) : void
리턴 void
    public void Execute()
    {
        var notifyNodes = typeNodeBuilder.NotifyNodes;
        Process(notifyNodes);
        if (errorFound)
        {
            throw new WeavingException("Some properties had errors. Weaving halted");
        }
    }