예제 #1
0
 public static void ThrowError(this IErrorHandler handler, int index, int line, int column, string message)
 {
     throw handler.CreateError(index, line, column, message);
 }