AspectSharp.Lang.Steps.AbstractStep.RaiseErrorEvent C# (CSharp) Method

RaiseErrorEvent() protected method

protected RaiseErrorEvent ( LexicalInfo info, String message ) : void
info AspectSharp.Lang.AST.LexicalInfo
message String
return void
		protected void RaiseErrorEvent(LexicalInfo info, String message)
		{
			Context.RaiseErrorEvent(info, message);
		}
	}