예제 #1
0
 public void aaRaiseError(string message)
 {
     ScriptProtection.CheckThreatLevel(ThreatLevel.None, "AARaiseError", m_host, "AA");
     m_ScriptEngine.AddToObjectQueue(m_host.UUID, "on_error", new DetectParams[0], -1, new object[] { message });
     throw new EventAbortException();
 }